Uses of Class
software.amazon.awssdk.services.s3.model.NoncurrentVersionTransition
Packages that use NoncurrentVersionTransition
-
Uses of NoncurrentVersionTransition in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type NoncurrentVersionTransitionModifier and TypeMethodDescriptionfinal List<NoncurrentVersionTransition>LifecycleRule.noncurrentVersionTransitions()Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.Methods in software.amazon.awssdk.services.s3.model with parameters of type NoncurrentVersionTransitionModifier and TypeMethodDescriptionLifecycleRule.Builder.noncurrentVersionTransitions(NoncurrentVersionTransition... noncurrentVersionTransitions) Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type NoncurrentVersionTransitionModifier and TypeMethodDescriptionLifecycleRule.Builder.noncurrentVersionTransitions(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions) Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.