Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationPolicyResponse
-
Packages that use GetDeliveryDestinationPolicyResponse 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. -
-
Uses of GetDeliveryDestinationPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryDestinationPolicyResponse Modifier and Type Method Description default GetDeliveryDestinationPolicyResponseCloudWatchLogsClient. getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest)Retrieves the delivery destination policy assigned to the delivery destination that you specify.default GetDeliveryDestinationPolicyResponseCloudWatchLogsClient. 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 GetDeliveryDestinationPolicyResponse Modifier and Type Method Description default CompletableFuture<GetDeliveryDestinationPolicyResponse>CloudWatchLogsAsyncClient. getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest)Retrieves the delivery destination policy assigned to the delivery destination that you specify.default CompletableFuture<GetDeliveryDestinationPolicyResponse>CloudWatchLogsAsyncClient. getDeliveryDestinationPolicy(GetDeliveryDestinationPolicyRequest getDeliveryDestinationPolicyRequest)Retrieves the delivery destination policy assigned to the delivery destination that you specify.
-