Uses of Class
software.amazon.awssdk.services.s3.model.LifecycleRuleFilter
Packages that use LifecycleRuleFilter
-
Uses of LifecycleRuleFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleRuleFilterModifier and TypeMethodDescriptionfinal LifecycleRuleFilterLifecycleRule.filter()TheFilteris used to identify objects that a Lifecycle Rule applies to.static LifecycleRuleFilterLifecycleRuleFilter.fromAnd(Consumer<LifecycleRuleAndOperator.Builder> and) Create an instance of this class withand()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromAnd(LifecycleRuleAndOperator and) Create an instance of this class withand()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromObjectSizeGreaterThan(Long objectSizeGreaterThan) Create an instance of this class withobjectSizeGreaterThan()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromObjectSizeLessThan(Long objectSizeLessThan) Create an instance of this class withobjectSizeLessThan()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromPrefix(String prefix) Create an instance of this class withprefix()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withtag()initialized to the given value.static LifecycleRuleFilterCreate an instance of this class withtag()initialized to the given value.Methods in software.amazon.awssdk.services.s3.model with parameters of type LifecycleRuleFilterModifier and TypeMethodDescriptionLifecycleRule.Builder.filter(LifecycleRuleFilter filter) TheFilteris used to identify objects that a Lifecycle Rule applies to.