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