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