Uses of Class
software.amazon.awssdk.services.ecr.model.ReplicationRule
-
Packages that use ReplicationRule Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ReplicationRule in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ReplicationRule Modifier and Type Method Description List<ReplicationRule>ReplicationConfiguration. rules()An array of objects representing the replication destinations and repository filters for a replication configuration.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ReplicationRule Modifier and Type Method Description ReplicationConfiguration.BuilderReplicationConfiguration.Builder. rules(ReplicationRule... rules)An array of objects representing the replication destinations and repository filters for a replication configuration.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type ReplicationRule Modifier and Type Method Description ReplicationConfiguration.BuilderReplicationConfiguration.Builder. rules(Collection<ReplicationRule> rules)An array of objects representing the replication destinations and repository filters for a replication configuration.
-