Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveryDestinationsRequest
Packages that use DescribeDeliveryDestinationsRequest
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 DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type DescribeDeliveryDestinationsRequestModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeDeliveryDestinations(DescribeDeliveryDestinationsRequest 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.CloudWatchLogsAsyncClient.describeDeliveryDestinationsPaginator(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest) CloudWatchLogsClient.describeDeliveryDestinationsPaginator(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest) -
Uses of DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type DescribeDeliveryDestinationsRequestModifierConstructorDescriptionDescribeDeliveryDestinationsIterable(CloudWatchLogsClient client, DescribeDeliveryDestinationsRequest firstRequest) DescribeDeliveryDestinationsPublisher(CloudWatchLogsAsyncClient client, DescribeDeliveryDestinationsRequest firstRequest) -
Uses of DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type DescribeDeliveryDestinationsRequestModifier and TypeMethodDescriptionDescribeDeliveryDestinationsRequestMarshaller.marshall(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)