Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutRetentionPolicyResponse
Packages that use PutRetentionPolicyResponse
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 PutRetentionPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutRetentionPolicyResponseModifier and TypeMethodDescriptiondefault PutRetentionPolicyResponseCloudWatchLogsClient.putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest) Sets the retention of the specified log group.default PutRetentionPolicyResponseCloudWatchLogsClient.putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest) Sets the retention of the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutRetentionPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest) Sets the retention of the specified log group.CloudWatchLogsAsyncClient.putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest) Sets the retention of the specified log group.