Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockRetention
-
Packages that use ObjectLockRetention Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockRetention in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRetention Modifier and Type Method Description ObjectLockRetentionGetObjectRetentionResponse. retention()The container element for an object's retention settings.ObjectLockRetentionPutObjectRetentionRequest. retention()The container element for the Object Retention configuration.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockRetention Modifier and Type Method Description GetObjectRetentionResponse.BuilderGetObjectRetentionResponse.Builder. retention(ObjectLockRetention retention)The container element for an object's retention settings.PutObjectRetentionRequest.BuilderPutObjectRetentionRequest.Builder. retention(ObjectLockRetention retention)The container element for the Object Retention configuration.
-