Uses of Interface
software.amazon.awssdk.services.s3.model.NoncurrentVersionTransition.Builder
Packages that use NoncurrentVersionTransition.Builder
-
Uses of NoncurrentVersionTransition.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NoncurrentVersionTransition.BuilderModifier and TypeMethodDescriptionNoncurrentVersionTransition.builder()NoncurrentVersionTransition.Builder.newerNoncurrentVersions(Integer newerNoncurrentVersions) Specifies how many noncurrent versions Amazon S3 will retain in the same storage class before transitioning objects.NoncurrentVersionTransition.Builder.noncurrentDays(Integer noncurrentDays) Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.NoncurrentVersionTransition.Builder.storageClass(String storageClass) The class of storage used to store the object.NoncurrentVersionTransition.Builder.storageClass(TransitionStorageClass storageClass) The class of storage used to store the object.NoncurrentVersionTransition.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type NoncurrentVersionTransition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NoncurrentVersionTransition.Builder>NoncurrentVersionTransition.serializableBuilderClass()