Uses of Class
software.amazon.awssdk.services.s3.model.Transition
Packages that use Transition
-
Uses of Transition in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type TransitionModifier and TypeMethodDescriptionfinal List<Transition>LifecycleRule.transitions()Specifies when an Amazon S3 object transitions to a specified storage class.Methods in software.amazon.awssdk.services.s3.model with parameters of type TransitionModifier and TypeMethodDescriptionLifecycleRule.Builder.transitions(Transition... transitions) Specifies when an Amazon S3 object transitions to a specified storage class.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type TransitionModifier and TypeMethodDescriptionLifecycleRule.Builder.transitions(Collection<Transition> transitions) Specifies when an Amazon S3 object transitions to a specified storage class.