Uses of Interface
software.amazon.awssdk.services.s3.model.Transition.Builder
Packages that use Transition.Builder
-
Uses of Transition.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Transition.BuilderModifier and TypeMethodDescriptionstatic Transition.BuilderTransition.builder()Indicates when objects are transitioned to the specified storage class.Indicates the number of days after creation when objects are transitioned to the specified storage class.Transition.Builder.storageClass(String storageClass) The storage class to which you want the object to transition.Transition.Builder.storageClass(TransitionStorageClass storageClass) The storage class to which you want the object to transition.Transition.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Transition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Transition.Builder>Transition.serializableBuilderClass()