Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SearchedLogStream> |
FilterLogEventsResult.searchedLogStreams
A list of
SearchedLogStream objects indicating
which log streams have been searched in this request and whether each has
been searched completely or still has more to be paginated. |
Modifier and Type | Method and Description |
---|---|
SearchedLogStream |
SearchedLogStream.clone() |
SearchedLogStream |
SearchedLogStream.withLogStreamName(java.lang.String logStreamName)
The name of the log stream.
|
SearchedLogStream |
SearchedLogStream.withSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SearchedLogStream> |
FilterLogEventsResult.getSearchedLogStreams()
A list of
SearchedLogStream objects indicating
which log streams have been searched in this request and whether each has
been searched completely or still has more to be paginated. |
Modifier and Type | Method and Description |
---|---|
FilterLogEventsResult |
FilterLogEventsResult.withSearchedLogStreams(SearchedLogStream... searchedLogStreams)
A list of
SearchedLogStream objects indicating
which log streams have been searched in this request and whether each has
been searched completely or still has more to be paginated. |
Modifier and Type | Method and Description |
---|---|
void |
FilterLogEventsResult.setSearchedLogStreams(java.util.Collection<SearchedLogStream> searchedLogStreams)
A list of
SearchedLogStream objects indicating
which log streams have been searched in this request and whether each has
been searched completely or still has more to be paginated. |
FilterLogEventsResult |
FilterLogEventsResult.withSearchedLogStreams(java.util.Collection<SearchedLogStream> searchedLogStreams)
A list of
SearchedLogStream objects indicating
which log streams have been searched in this request and whether each has
been searched completely or still has more to be paginated. |
Modifier and Type | Method and Description |
---|---|
SearchedLogStream |
SearchedLogStreamJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SearchedLogStreamJsonMarshaller.marshall(SearchedLogStream searchedLogStream,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|