Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationRule
Packages that use ReplicationRule
-
Uses of ReplicationRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ReplicationRuleModifier and TypeMethodDescriptionfinal List<ReplicationRule>ReplicationConfiguration.rules()A container for one or more replication rules.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationRuleModifier and TypeMethodDescriptionReplicationConfiguration.Builder.rules(ReplicationRule... rules) A container for one or more replication rules.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ReplicationRuleModifier and TypeMethodDescriptionReplicationConfiguration.Builder.rules(Collection<ReplicationRule> rules) A container for one or more replication rules.