Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockRetention
Packages that use ObjectLockRetention
-
Uses of ObjectLockRetention in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRetentionModifier and TypeMethodDescriptionfinal ObjectLockRetentionGetObjectRetentionResponse.retention()The container element for an object's retention settings.final ObjectLockRetentionPutObjectRetentionRequest.retention()The container element for the Object Retention configuration.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockRetentionModifier and TypeMethodDescriptionGetObjectRetentionResponse.Builder.retention(ObjectLockRetention retention) The container element for an object's retention settings.PutObjectRetentionRequest.Builder.retention(ObjectLockRetention retention) The container element for the Object Retention configuration.