Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutRetentionPolicyResponse
-
Packages that use PutRetentionPolicyResponse 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 PutRetentionPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutRetentionPolicyResponse Modifier and Type Method Description default 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 PutRetentionPolicyResponse Modifier and Type Method Description default CompletableFuture<PutRetentionPolicyResponse>CloudWatchLogsAsyncClient. putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest)Sets the retention of the specified log group.default CompletableFuture<PutRetentionPolicyResponse>CloudWatchLogsAsyncClient. putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest)Sets the retention of the specified log group.
-