Uses of Class
com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition

Packages that use BucketLifecycleConfiguration.NoncurrentVersionTransition
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of BucketLifecycleConfiguration.NoncurrentVersionTransition in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return BucketLifecycleConfiguration.NoncurrentVersionTransition
 BucketLifecycleConfiguration.NoncurrentVersionTransition BucketLifecycleConfiguration.Rule.getNoncurrentVersionTransition()
          Returns the transition describing how non-current versions of objects will move between different storage classes in Amazon S3.
 BucketLifecycleConfiguration.NoncurrentVersionTransition BucketLifecycleConfiguration.NoncurrentVersionTransition.withDays(int expirationInDays)
          Sets the time in days from when a new version of the object is uploaded to the bucket and when older versions are archived, and returns a reference to this object for method chaining.
 BucketLifecycleConfiguration.NoncurrentVersionTransition BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(StorageClass storageClass)
          Sets the storage class of this object and returns a reference to this object for method chaining.
 

Methods in com.amazonaws.services.s3.model with parameters of type BucketLifecycleConfiguration.NoncurrentVersionTransition
 void BucketLifecycleConfiguration.Rule.setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
          Sets the transition describing how non-current versions of objects will move between different storage classes in Amazon S3.
 BucketLifecycleConfiguration.Rule BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
          Sets the transition describing how non-current versions of objects will move between different storage classes in Amazon S3, and returns a reference to this object for method chaining.
 



Copyright © 2016. All rights reserved.