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