Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetDataProtectionPolicyRequest.Builder
Packages that use GetDataProtectionPolicyRequest.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 GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest) Returns information about a log group data protection policy.default GetDataProtectionPolicyResponseCloudWatchLogsClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest) Returns information about a log group data protection policy. -
Uses of GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionGetDataProtectionPolicyRequest.builder()GetDataProtectionPolicyRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group that contains the data protection policy that you want to see.GetDataProtectionPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDataProtectionPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDataProtectionPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDataProtectionPolicyRequest.Builder>GetDataProtectionPolicyRequest.serializableBuilderClass()