Uses of Class
com.amazonaws.services.s3.model.BucketLifecycleConfiguration.NoncurrentVersionTransition
Packages that use BucketLifecycleConfiguration.NoncurrentVersionTransition
Package
Description
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.NoncurrentVersionTransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.getNoncurrentVersionTransition()Deprecated.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.withStorageClass(StorageClass storageClass) Sets the storage class of this object and returns a reference to this object for method chaining.BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(String 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 that return types with arguments of type BucketLifecycleConfiguration.NoncurrentVersionTransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.getNoncurrentVersionTransitions()Returns the Amazon S3 non current object transition rules associated with the given rule.Methods in com.amazonaws.services.s3.model with parameters of type BucketLifecycleConfiguration.NoncurrentVersionTransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.addNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition noncurrentVersionTransition) Adds a new Non current transition to the rule.voidBucketLifecycleConfiguration.Rule.setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition nonCurrentVersionTransition) Deprecated.BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition nonCurrentVersionTransition) Deprecated.Method parameters in com.amazonaws.services.s3.model with type arguments of type BucketLifecycleConfiguration.NoncurrentVersionTransitionModifier and TypeMethodDescriptionvoidBucketLifecycleConfiguration.Rule.setNoncurrentVersionTransitions(List<BucketLifecycleConfiguration.NoncurrentVersionTransition> noncurrentVersionTransitions) Sets the Amazon S3 non current object transition rules for the given bucket.BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransitions(List<BucketLifecycleConfiguration.NoncurrentVersionTransition> noncurrentVersionTransitions) Sets the Amazon S3 non current object transition rules for the given bucket.