Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationRuleFilter
Packages that use ReplicationRuleFilter
-
Uses of ReplicationRuleFilter in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationRuleFilterModifier and TypeMethodDescriptionfinal ReplicationRuleFilterReplicationRule.filter()Returns the value of the Filter property for this object.static ReplicationRuleFilterReplicationRuleFilter.fromAnd(Consumer<ReplicationRuleAndOperator.Builder> and) Create an instance of this class withand()initialized to the given value.static ReplicationRuleFilterReplicationRuleFilter.fromAnd(ReplicationRuleAndOperator and) Create an instance of this class withand()initialized to the given value.static ReplicationRuleFilterReplicationRuleFilter.fromPrefix(String prefix) Create an instance of this class withprefix()initialized to the given value.static ReplicationRuleFilterReplicationRuleFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withtag()initialized to the given value.static ReplicationRuleFilterCreate an instance of this class withtag()initialized to the given value.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationRuleFilterModifier and TypeMethodDescriptionReplicationRule.Builder.filter(ReplicationRuleFilter filter) Sets the value of the Filter property for this object.