Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutAccountPolicyResponse
-
Packages that use PutAccountPolicyResponse 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 PutAccountPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutAccountPolicyResponse Modifier and Type Method Description default PutAccountPolicyResponseCloudWatchLogsClient. putAccountPolicy(Consumer<PutAccountPolicyRequest.Builder> putAccountPolicyRequest)Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a subset of log groups in the account.default PutAccountPolicyResponseCloudWatchLogsClient. putAccountPolicy(PutAccountPolicyRequest putAccountPolicyRequest)Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a subset of log groups in the account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutAccountPolicyResponse Modifier and Type Method Description default CompletableFuture<PutAccountPolicyResponse>CloudWatchLogsAsyncClient. putAccountPolicy(Consumer<PutAccountPolicyRequest.Builder> putAccountPolicyRequest)Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a subset of log groups in the account.default CompletableFuture<PutAccountPolicyResponse>CloudWatchLogsAsyncClient. putAccountPolicy(PutAccountPolicyRequest putAccountPolicyRequest)Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a subset of log groups in the account.
-