Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationPolicyResponse
-
Packages that use PutDestinationPolicyResponse 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 PutDestinationPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDestinationPolicyResponse Modifier and Type Method Description default 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 PutDestinationPolicyResponse Modifier and Type Method Description default CompletableFuture<PutDestinationPolicyResponse>CloudWatchLogsAsyncClient. putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest)Creates or updates an access policy associated with an existing destination.default CompletableFuture<PutDestinationPolicyResponse>CloudWatchLogsAsyncClient. putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest)Creates or updates an access policy associated with an existing destination.
-