Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutDataProtectionPolicyRequest.Builder
Packages that use PutDataProtectionPolicyRequest.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 PutDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.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.BuilderModifier and TypeMethodDescriptionPutDataProtectionPolicyRequest.builder()PutDataProtectionPolicyRequest.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the log group name or log group ARN.PutDataProtectionPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDataProtectionPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDataProtectionPolicyRequest.Builder.policyDocument(String policyDocument) Specify the data protection policy, in JSON.PutDataProtectionPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDataProtectionPolicyRequest.Builder>PutDataProtectionPolicyRequest.serializableBuilderClass()