Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteAccountPolicyResponse
Packages that use DeleteAccountPolicyResponse
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 DeleteAccountPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteAccountPolicyResponseModifier and TypeMethodDescriptiondefault DeleteAccountPolicyResponseCloudWatchLogsClient.deleteAccountPolicy(Consumer<DeleteAccountPolicyRequest.Builder> deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy.default DeleteAccountPolicyResponseCloudWatchLogsClient.deleteAccountPolicy(DeleteAccountPolicyRequest deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteAccountPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteAccountPolicy(Consumer<DeleteAccountPolicyRequest.Builder> deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy.CloudWatchLogsAsyncClient.deleteAccountPolicy(DeleteAccountPolicyRequest deleteAccountPolicyRequest) Deletes a CloudWatch Logs account policy.