Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDataProtectionPolicyResponse
-
Packages that use PutDataProtectionPolicyResponse 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. -
-
Uses of PutDataProtectionPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDataProtectionPolicyResponse Modifier and Type Method Description default 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 PutDataProtectionPolicyResponse Modifier and Type Method Description default CompletableFuture<PutDataProtectionPolicyResponse>CloudWatchLogsAsyncClient. putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest)Creates a data protection policy for the specified log group.default CompletableFuture<PutDataProtectionPolicyResponse>CloudWatchLogsAsyncClient. putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest)Creates a data protection policy for the specified log group.
-