Uses of Class
software.amazon.awssdk.services.s3.model.LifecycleRuleAndOperator
-
Packages that use LifecycleRuleAndOperator Package Description software.amazon.awssdk.services.s3.model -
-
Uses of LifecycleRuleAndOperator in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleRuleAndOperator Modifier and Type Method Description LifecycleRuleAndOperatorLifecycleRuleFilter. and()Returns the value of the And property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type LifecycleRuleAndOperator Modifier and Type Method Description LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder. and(LifecycleRuleAndOperator and)Sets the value of the And property for this object.static LifecycleRuleFilterLifecycleRuleFilter. fromAnd(LifecycleRuleAndOperator and)Create an instance of this class withLifecycleRuleFilter.and()initialized to the given value.
-