Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveryDestinationsResponse
-
Packages that use DescribeDeliveryDestinationsResponse 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 DescribeDeliveryDestinationsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliveryDestinationsResponse Modifier and Type Method Description default DescribeDeliveryDestinationsResponseCloudWatchLogsClient. describeDeliveryDestinations(Consumer<DescribeDeliveryDestinationsRequest.Builder> describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account.default DescribeDeliveryDestinationsResponseCloudWatchLogsClient. describeDeliveryDestinations(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeDeliveryDestinationsResponse Modifier and Type Method Description default CompletableFuture<DescribeDeliveryDestinationsResponse>CloudWatchLogsAsyncClient. describeDeliveryDestinations(Consumer<DescribeDeliveryDestinationsRequest.Builder> describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account.default CompletableFuture<DescribeDeliveryDestinationsResponse>CloudWatchLogsAsyncClient. describeDeliveryDestinations(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account. -
Uses of DescribeDeliveryDestinationsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeDeliveryDestinationsResponse Modifier and Type Method Description Iterator<DescribeDeliveryDestinationsResponse>DescribeDeliveryDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliveryDestinationsResponse Modifier and Type Method Description voidDescribeDeliveryDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDeliveryDestinationsResponse> subscriber)
-