Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutAccountPolicyRequest.Builder
Packages that use PutAccountPolicyRequest.Builder
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 PutAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutAccountPolicyRequest.BuilderModifier 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.default 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. -
Uses of PutAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutAccountPolicyRequest.BuilderModifier and TypeMethodDescriptionPutAccountPolicyRequest.builder()PutAccountPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutAccountPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutAccountPolicyRequest.Builder.policyDocument(String policyDocument) Specify the policy, in JSON.PutAccountPolicyRequest.Builder.policyName(String policyName) A name for the policy.PutAccountPolicyRequest.Builder.policyType(String policyType) The type of policy that you're creating or updating.PutAccountPolicyRequest.Builder.policyType(PolicyType policyType) The type of policy that you're creating or updating.Currently the only valid value for this parameter isALL, which specifies that the data protection policy applies to all log groups in the account.Currently the only valid value for this parameter isALL, which specifies that the data protection policy applies to all log groups in the account.PutAccountPolicyRequest.Builder.selectionCriteria(String selectionCriteria) Use this parameter to apply the new policy to a subset of log groups in the account or a data source name and type combination.PutAccountPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutAccountPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutAccountPolicyRequest.Builder>PutAccountPolicyRequest.serializableBuilderClass()