Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogStream
Packages that use LogStream
Package
Description
-
Uses of LogStream in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogStreamMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogStreamModifier and TypeMethodDescriptionDescribeLogStreamsResponse.Builder.logStreams(LogStream... logStreams) The log streams.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogStreamModifier and TypeMethodDescriptionDescribeLogStreamsResponse.Builder.logStreams(Collection<LogStream> logStreams) The log streams. -
Uses of LogStream in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type LogStreamModifier and TypeMethodDescriptionfinal SdkIterable<LogStream>DescribeLogStreamsIterable.logStreams()Returns an iterable to iterate through the paginatedDescribeLogStreamsResponse.logStreams()member.final SdkPublisher<LogStream>DescribeLogStreamsPublisher.logStreams()Returns a publisher that can be used to get a stream of data.