Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SearchedLogStream
Packages that use SearchedLogStream
Package
Description
-
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 SearchedLogStreamModifier and TypeMethodDescriptionfinal 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 SearchedLogStreamModifier and TypeMethodDescriptionFilterLogEventsResponse.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 SearchedLogStreamModifier and TypeMethodDescriptionFilterLogEventsResponse.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 SearchedLogStreamModifier and TypeMethodDescriptionfinal SdkIterable<SearchedLogStream>FilterLogEventsIterable.searchedLogStreams()Returns an iterable to iterate through the paginatedFilterLogEventsResponse.searchedLogStreams()member.final SdkPublisher<SearchedLogStream>FilterLogEventsPublisher.searchedLogStreams()Returns a publisher that can be used to get a stream of data.