Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SearchedLogStream
-
Packages that use SearchedLogStream Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of SearchedLogStream in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SearchedLogStream Modifier and Type Method Description List<SearchedLogStream>FilterLogEventsResponse. searchedLogStreams()Important As of May 15, 2020, this parameter is no longer supported.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SearchedLogStream Modifier and Type Method Description FilterLogEventsResponse.BuilderFilterLogEventsResponse.Builder. searchedLogStreams(SearchedLogStream... searchedLogStreams)Important As of May 15, 2020, this parameter is no longer supported.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SearchedLogStream Modifier and Type Method Description FilterLogEventsResponse.BuilderFilterLogEventsResponse.Builder. searchedLogStreams(Collection<SearchedLogStream> searchedLogStreams)Important As of May 15, 2020, this parameter is no longer supported. -
Uses of SearchedLogStream in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type SearchedLogStream Modifier and Type Method Description SdkIterable<SearchedLogStream>FilterLogEventsIterable. searchedLogStreams()Returns an iterable to iterate through the paginatedFilterLogEventsResponse.searchedLogStreams()member.SdkPublisher<SearchedLogStream>FilterLogEventsPublisher. searchedLogStreams()Returns a publisher that can be used to get a stream of data.
-