Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogStreamsResponse
Packages that use DescribeLogStreamsResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DescribeLogStreamsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeLogStreamsResponseModifier and TypeMethodDescriptiondefault DescribeLogStreamsResponseCloudWatchLogsClient.describeLogStreams(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) Lists the log streams for the specified log group.default DescribeLogStreamsResponseCloudWatchLogsClient.describeLogStreams(DescribeLogStreamsRequest describeLogStreamsRequest) Lists the log streams for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeLogStreamsResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeLogStreams(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) Lists the log streams for the specified log group.CloudWatchLogsAsyncClient.describeLogStreams(DescribeLogStreamsRequest describeLogStreamsRequest) Lists the log streams for the specified log group. -
Uses of DescribeLogStreamsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeLogStreamsResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeLogStreamsResponseModifier and TypeMethodDescriptionvoidDescribeLogStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeLogStreamsResponse> subscriber)