Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationPolicyResponse
Packages that use GetDeliveryDestinationPolicyResponse
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 GetDeliveryDestinationPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryDestinationPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest) Retrieves the delivery destination policy assigned to the delivery destination that you specify.CloudWatchLogsClient.getDeliveryDestinationPolicy(GetDeliveryDestinationPolicyRequest getDeliveryDestinationPolicyRequest) Retrieves the delivery destination policy assigned to the delivery destination that you specify.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDeliveryDestinationPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest) Retrieves the delivery destination policy assigned to the delivery destination that you specify.CloudWatchLogsAsyncClient.getDeliveryDestinationPolicy(GetDeliveryDestinationPolicyRequest getDeliveryDestinationPolicyRequest) Retrieves the delivery destination policy assigned to the delivery destination that you specify.