Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDestinationsResponse
-
Packages that use DescribeDestinationsResponse 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 DescribeDestinationsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDestinationsResponse Modifier and Type Method Description default DescribeDestinationsResponseCloudWatchLogsClient. describeDestinations()Lists all your destinations.default DescribeDestinationsResponseCloudWatchLogsClient. describeDestinations(Consumer<DescribeDestinationsRequest.Builder> describeDestinationsRequest)Lists all your destinations.default DescribeDestinationsResponseCloudWatchLogsClient. describeDestinations(DescribeDestinationsRequest describeDestinationsRequest)Lists all your destinations.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeDestinationsResponse Modifier and Type Method Description default CompletableFuture<DescribeDestinationsResponse>CloudWatchLogsAsyncClient. describeDestinations()Lists all your destinations.default CompletableFuture<DescribeDestinationsResponse>CloudWatchLogsAsyncClient. describeDestinations(Consumer<DescribeDestinationsRequest.Builder> describeDestinationsRequest)Lists all your destinations.default CompletableFuture<DescribeDestinationsResponse>CloudWatchLogsAsyncClient. describeDestinations(DescribeDestinationsRequest describeDestinationsRequest)Lists all your destinations. -
Uses of DescribeDestinationsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeDestinationsResponse Modifier and Type Method Description Iterator<DescribeDestinationsResponse>DescribeDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDestinationsResponse Modifier and Type Method Description voidDescribeDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDestinationsResponse> subscriber)
-