Uses of Class
com.amazonaws.services.logs.model.SearchedLogStream
-
Packages that use SearchedLogStream Package Description com.amazonaws.services.logs.model -
-
Uses of SearchedLogStream in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return SearchedLogStream Modifier and Type Method 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.Methods in com.amazonaws.services.logs.model that return types with arguments of type SearchedLogStream Modifier and Type Method Description List<SearchedLogStream>
FilterLogEventsResult. 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 SearchedLogStream Modifier and Type Method Description FilterLogEventsResult
FilterLogEventsResult. 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 SearchedLogStream Modifier and Type Method Description void
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
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.
-