Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutRetentionPolicyRequest.Builder
Packages that use PutRetentionPolicyRequest.Builder
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 PutRetentionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutRetentionPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest) Sets the retention of the specified log group.default PutRetentionPolicyResponseCloudWatchLogsClient.putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest) Sets the retention of the specified log group. -
Uses of PutRetentionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutRetentionPolicyRequest.BuilderModifier and TypeMethodDescriptionPutRetentionPolicyRequest.builder()PutRetentionPolicyRequest.Builder.logGroupName(String logGroupName) The name of the log group.PutRetentionPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutRetentionPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutRetentionPolicyRequest.Builder.retentionInDays(Integer retentionInDays) Sets the value of the RetentionInDays property for this object.PutRetentionPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutRetentionPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutRetentionPolicyRequest.Builder>PutRetentionPolicyRequest.serializableBuilderClass()