Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveryDestinationsResponse
Packages that use DescribeDeliveryDestinationsResponse
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 DescribeDeliveryDestinationsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliveryDestinationsResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.describeDeliveryDestinations(Consumer<DescribeDeliveryDestinationsRequest.Builder> describeDeliveryDestinationsRequest) Retrieves a list of the delivery destinations that have been created in the account.CloudWatchLogsClient.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 DescribeDeliveryDestinationsResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeDeliveryDestinations(Consumer<DescribeDeliveryDestinationsRequest.Builder> describeDeliveryDestinationsRequest) Retrieves a list of the delivery destinations that have been created in the account.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 DescribeDeliveryDestinationsResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliveryDestinationsResponseModifier and TypeMethodDescriptionvoidDescribeDeliveryDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDeliveryDestinationsResponse> subscriber)