Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDataProtectionPolicyResponse
Packages that use PutDataProtectionPolicyResponse
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 PutDataProtectionPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDataProtectionPolicyResponseModifier and TypeMethodDescriptiondefault PutDataProtectionPolicyResponseCloudWatchLogsClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Creates a data protection policy for the specified log group.default PutDataProtectionPolicyResponseCloudWatchLogsClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest) Creates a data protection policy for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutDataProtectionPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Creates a data protection policy for the specified log group.CloudWatchLogsAsyncClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest) Creates a data protection policy for the specified log group.