Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutAccountPolicyResponse
Packages that use PutAccountPolicyResponse
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 PutAccountPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutAccountPolicyResponseModifier and TypeMethodDescriptiondefault PutAccountPolicyResponseCloudWatchLogsClient.putAccountPolicy(Consumer<PutAccountPolicyRequest.Builder> putAccountPolicyRequest) Creates an account-level data protection policy, subscription filter policy, field index policy, transformer policy, or metric extraction policy that applies to all log groups, a subset of log groups, or a data source name and type combination in the account.default PutAccountPolicyResponseCloudWatchLogsClient.putAccountPolicy(PutAccountPolicyRequest putAccountPolicyRequest) Creates an account-level data protection policy, subscription filter policy, field index policy, transformer policy, or metric extraction policy that applies to all log groups, a subset of log groups, or a data source name and type combination in the account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutAccountPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putAccountPolicy(Consumer<PutAccountPolicyRequest.Builder> putAccountPolicyRequest) Creates an account-level data protection policy, subscription filter policy, field index policy, transformer policy, or metric extraction policy that applies to all log groups, a subset of log groups, or a data source name and type combination in the account.CloudWatchLogsAsyncClient.putAccountPolicy(PutAccountPolicyRequest putAccountPolicyRequest) Creates an account-level data protection policy, subscription filter policy, field index policy, transformer policy, or metric extraction policy that applies to all log groups, a subset of log groups, or a data source name and type combination in the account.