Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogStreamsResponse
-
Packages that use DescribeLogStreamsResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DescribeLogStreamsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeLogStreamsResponse Modifier and Type Method Description default 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 DescribeLogStreamsResponse Modifier and Type Method Description default CompletableFuture<DescribeLogStreamsResponse>CloudWatchLogsAsyncClient. describeLogStreams(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest)Lists the log streams for the specified log group.default CompletableFuture<DescribeLogStreamsResponse>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 DescribeLogStreamsResponse Modifier and Type Method Description Iterator<DescribeLogStreamsResponse>DescribeLogStreamsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeLogStreamsResponse Modifier and Type Method Description voidDescribeLogStreamsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeLogStreamsResponse> subscriber)
-