Uses of Class
com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
Packages that use BucketLifecycleConfiguration.Transition
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketLifecycleConfiguration.Transition in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketLifecycleConfiguration.TransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.getTransition()
Deprecated.Set the expiration date of this object and returns a reference to this object(Transition) for method chaining.BucketLifecycleConfiguration.Transition.withDays
(int expirationInDays) Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object for method chaining.BucketLifecycleConfiguration.Transition.withStorageClass
(StorageClass storageClass) Sets the storage class of this object and returns a reference to this object for method chaining.BucketLifecycleConfiguration.Transition.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.TransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.getTransitions()
Returns the Amazon S3 object transition rules associated with the given rule.Methods in com.amazonaws.services.s3.model with parameters of type BucketLifecycleConfiguration.TransitionModifier and TypeMethodDescriptionBucketLifecycleConfiguration.Rule.addTransition
(BucketLifecycleConfiguration.Transition transition) Adds a new transition to the rule.void
BucketLifecycleConfiguration.Rule.setTransition
(BucketLifecycleConfiguration.Transition transition) Deprecated.BucketLifecycleConfiguration.Rule.withTransition
(BucketLifecycleConfiguration.Transition transition) Deprecated.Method parameters in com.amazonaws.services.s3.model with type arguments of type BucketLifecycleConfiguration.TransitionModifier and TypeMethodDescriptionvoid
BucketLifecycleConfiguration.Rule.setTransitions
(List<BucketLifecycleConfiguration.Transition> transitions) Sets the Amazon S3 object transition rules for the given bucket.BucketLifecycleConfiguration.Rule.withTransitions
(List<BucketLifecycleConfiguration.Transition> transitions) Sets the Amazon S3 object transition rules for the given bucket.