Uses of Class
com.amazonaws.services.logs.model.SearchedLogStream
Packages that use SearchedLogStream
-
Uses of SearchedLogStream in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return SearchedLogStreamModifier and TypeMethodDescriptionSearchedLogStream.clone()
SearchedLogStream.withLogStreamName
(String logStreamName) The name of the log stream.SearchedLogStream.withSearchedCompletely
(Boolean searchedCompletely) Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.Methods in com.amazonaws.services.logs.model that return types with arguments of type SearchedLogStreamModifier and TypeMethodDescriptionFilterLogEventsResult.getSearchedLogStreams()
A list ofSearchedLogStream
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.Methods in com.amazonaws.services.logs.model with parameters of type SearchedLogStreamModifier and TypeMethodDescriptionFilterLogEventsResult.withSearchedLogStreams
(SearchedLogStream... searchedLogStreams) A list ofSearchedLogStream
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.Method parameters in com.amazonaws.services.logs.model with type arguments of type SearchedLogStreamModifier and TypeMethodDescriptionvoid
FilterLogEventsResult.setSearchedLogStreams
(Collection<SearchedLogStream> searchedLogStreams) A list ofSearchedLogStream
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.withSearchedLogStreams
(Collection<SearchedLogStream> searchedLogStreams) A list ofSearchedLogStream
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.