Uses of Class
com.google.cloud.storage.BucketInfo.LifecycleRule
Packages that use BucketInfo.LifecycleRule
-
Uses of BucketInfo.LifecycleRule in com.google.cloud.storage
Methods in com.google.cloud.storage that return types with arguments of type BucketInfo.LifecycleRuleModifier and TypeMethodDescription@NonNull List<? extends BucketInfo.LifecycleRule>BucketInfo.getLifecycleRules()Method parameters in com.google.cloud.storage with type arguments of type BucketInfo.LifecycleRuleModifier and TypeMethodDescriptionBucket.Builder.setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule> rules) abstract BucketInfo.BuilderBucketInfo.Builder.setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule> rules) Sets the bucket's lifecycle configuration as a number of lifecycle rules, consisting of an action and a condition.