Uses of Class
software.amazon.awscdk.services.s3.ObjectLockRetention
Packages that use ObjectLockRetention
-
Uses of ObjectLockRetention in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return ObjectLockRetentionModifier and TypeMethodDescriptionstatic ObjectLockRetentionObjectLockRetention.compliance(Duration duration) Configure for Compliance retention for a specified duration.default ObjectLockRetentionBucketProps.getObjectLockDefaultRetention()The default retention mode and rules for S3 Object Lock.final ObjectLockRetentionBucketProps.Jsii$Proxy.getObjectLockDefaultRetention()static ObjectLockRetentionObjectLockRetention.governance(Duration duration) Configure for Governance retention for a specified duration.Methods in software.amazon.awscdk.services.s3 with parameters of type ObjectLockRetentionModifier and TypeMethodDescriptionBucket.Builder.objectLockDefaultRetention(ObjectLockRetention objectLockDefaultRetention) The default retention mode and rules for S3 Object Lock.BucketProps.Builder.objectLockDefaultRetention(ObjectLockRetention objectLockDefaultRetention) Sets the value ofBucketProps.getObjectLockDefaultRetention()