Uses of Class
software.amazon.awssdk.services.s3.model.NoncurrentVersionTransition
-
Packages that use NoncurrentVersionTransition Package Description software.amazon.awssdk.services.s3.model -
-
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 NoncurrentVersionTransition Modifier and Type Method Description 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 NoncurrentVersionTransition Modifier and Type Method Description LifecycleRule.BuilderLifecycleRule.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 NoncurrentVersionTransition Modifier and Type Method Description LifecycleRule.BuilderLifecycleRule.Builder. noncurrentVersionTransitions(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions)Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.
-