Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteDataProtectionPolicyRequest.Builder
Packages that use DeleteDataProtectionPolicyRequest.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 DeleteDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DeleteDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteDataProtectionPolicy(Consumer<DeleteDataProtectionPolicyRequest.Builder> deleteDataProtectionPolicyRequest) Deletes the data protection policy from the specified log group.CloudWatchLogsClient.deleteDataProtectionPolicy(Consumer<DeleteDataProtectionPolicyRequest.Builder> deleteDataProtectionPolicyRequest) Deletes the data protection policy from the specified log group. -
Uses of DeleteDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeleteDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionDeleteDataProtectionPolicyRequest.builder()DeleteDataProtectionPolicyRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group that you want to delete the data protection policy for.DeleteDataProtectionPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDataProtectionPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteDataProtectionPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeleteDataProtectionPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDataProtectionPolicyRequest.Builder>DeleteDataProtectionPolicyRequest.serializableBuilderClass()