Uses of Class
software.amazon.awssdk.services.s3.model.DefaultRetention
-
Packages that use DefaultRetention Package Description software.amazon.awssdk.services.s3.model -
-
Uses of DefaultRetention in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DefaultRetention Modifier and Type Method Description DefaultRetentionObjectLockRule. defaultRetention()The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.Methods in software.amazon.awssdk.services.s3.model with parameters of type DefaultRetention Modifier and Type Method Description ObjectLockRule.BuilderObjectLockRule.Builder. defaultRetention(DefaultRetention defaultRetention)The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.
-