Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockRetention.Builder
-
Packages that use ObjectLockRetention.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockRetention.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRetention.Builder Modifier and Type Method Description static ObjectLockRetention.BuilderObjectLockRetention. builder()ObjectLockRetention.BuilderObjectLockRetention.Builder. mode(String mode)Indicates the Retention mode for the specified object.ObjectLockRetention.BuilderObjectLockRetention.Builder. mode(ObjectLockRetentionMode mode)Indicates the Retention mode for the specified object.ObjectLockRetention.BuilderObjectLockRetention.Builder. retainUntilDate(Instant retainUntilDate)The date on which this Object Lock Retention will expire.ObjectLockRetention.BuilderObjectLockRetention. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockRetention.Builder Modifier and Type Method Description static Class<? extends ObjectLockRetention.Builder>ObjectLockRetention. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockRetention.Builder Modifier and Type Method Description default GetObjectRetentionResponse.BuilderGetObjectRetentionResponse.Builder. retention(Consumer<ObjectLockRetention.Builder> retention)The container element for an object's retention settings.default PutObjectRetentionRequest.BuilderPutObjectRetentionRequest.Builder. retention(Consumer<ObjectLockRetention.Builder> retention)The container element for the Object Retention configuration.
-