Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationPolicyResponse
Packages that use PutDestinationPolicyResponse
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 PutDestinationPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDestinationPolicyResponseModifier and TypeMethodDescriptiondefault PutDestinationPolicyResponseCloudWatchLogsClient.putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination.default PutDestinationPolicyResponseCloudWatchLogsClient.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutDestinationPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination.CloudWatchLogsAsyncClient.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest) Creates or updates an access policy associated with an existing destination.