Package | Description |
---|---|
com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
Modifier and Type | Method and Description |
---|---|
SearchedLogStream |
SearchedLogStream.clone() |
SearchedLogStream |
SearchedLogStream.withLogStreamName(String logStreamName)
The name of the log stream.
|
SearchedLogStream |
SearchedLogStream.withSearchedCompletely(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 |
---|---|
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(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(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. |
Copyright © 2015. All rights reserved.