Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDataProtectionPolicyRequest.Builder
-
Packages that use PutDataProtectionPolicyRequest.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 PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDataProtectionPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDataProtectionPolicyResponse>CloudWatchLogsAsyncClient. putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest)Creates a data protection policy for the specified log group.default PutDataProtectionPolicyResponseCloudWatchLogsClient. putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest)Creates a data protection policy for the specified log group. -
Uses of PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutDataProtectionPolicyRequest.Builder Modifier and Type Method Description static PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest. builder()PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. logGroupIdentifier(String logGroupIdentifier)Specify either the log group name or log group ARN.PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest.Builder. policyDocument(String policyDocument)Specify the data protection policy, in JSON.PutDataProtectionPolicyRequest.BuilderPutDataProtectionPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDataProtectionPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutDataProtectionPolicyRequest.Builder>PutDataProtectionPolicyRequest. serializableBuilderClass()
-