Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutAccountPolicyRequest.Builder
-
Packages that use PutAccountPolicyRequest.Builder 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.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutAccountPolicyRequest.Builder 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 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. -
Uses of PutAccountPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutAccountPolicyRequest.Builder Modifier and Type Method Description static PutAccountPolicyRequest.BuilderPutAccountPolicyRequest. builder()PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. policyDocument(String policyDocument)Specify the policy, in JSON.PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. policyName(String policyName)A name for the policy.PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. policyType(String policyType)The type of policy that you're creating or updating.PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. policyType(PolicyType policyType)The type of policy that you're creating or updating.PutAccountPolicyRequest.BuilderPutAccountPolicyRequest.Builder. scope(String scope)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.BuilderPutAccountPolicyRequest.Builder. scope(Scope scope)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.BuilderPutAccountPolicyRequest.Builder. selectionCriteria(String selectionCriteria)Use this parameter to apply the subscription filter policy to a subset of log groups in the account.PutAccountPolicyRequest.BuilderPutAccountPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutAccountPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountPolicyRequest.Builder>PutAccountPolicyRequest. serializableBuilderClass()
-