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, subscription filter policy, or field index policy that applies to all log groups or a subset of log groups in the account.default PutAccountPolicyResponse
CloudWatchLogsClient. putAccountPolicy(Consumer<PutAccountPolicyRequest.Builder> putAccountPolicyRequest)
Creates an account-level data protection policy, subscription filter policy, or field index 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.Builder
PutAccountPolicyRequest. builder()
PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. policyDocument(String policyDocument)
Specify the policy, in JSON.PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. policyName(String policyName)
A name for the policy.PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. policyType(String policyType)
The type of policy that you're creating or updating.PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.Builder. policyType(PolicyType policyType)
The type of policy that you're creating or updating.PutAccountPolicyRequest.Builder
PutAccountPolicyRequest.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.Builder
PutAccountPolicyRequest.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.Builder
PutAccountPolicyRequest.Builder. selectionCriteria(String selectionCriteria)
Use this parameter to apply the new policy to a subset of log groups in the account.PutAccountPolicyRequest.Builder
PutAccountPolicyRequest. 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()
-