Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationRule
-
Packages that use ReplicationRule Package Description software.amazon.awssdk.services.s3.model -
-
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 ReplicationRule Modifier and Type Method Description List<ReplicationRule>ReplicationConfiguration. rules()A container for one or more replication rules.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationRule Modifier and Type Method Description ReplicationConfiguration.BuilderReplicationConfiguration.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 ReplicationRule Modifier and Type Method Description ReplicationConfiguration.BuilderReplicationConfiguration.Builder. rules(Collection<ReplicationRule> rules)A container for one or more replication rules.
-