Class NoncurrentVersionTransition

java.lang.Object
software.amazon.awssdk.services.s3.model.NoncurrentVersionTransition
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>

@Generated("software.amazon.awssdk:codegen") public final class NoncurrentVersionTransition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>

Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER_IR, GLACIER, or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER_IR, GLACIER, or DEEP_ARCHIVE storage class at a specific period in the object's lifetime.

See Also: