| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationDestination |
ReplicationDestination.clone() |
ReplicationDestination |
ReplicationDestination.withRegion(String region)
The Region to replicate to.
|
ReplicationDestination |
ReplicationDestination.withRegistryId(String registryId)
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationDestination> |
ReplicationRule.getDestinations()
An array of objects representing the destination for a replication rule.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationRule |
ReplicationRule.withDestinations(ReplicationDestination... destinations)
An array of objects representing the destination for a replication rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationRule.setDestinations(Collection<ReplicationDestination> destinations)
An array of objects representing the destination for a replication rule.
|
ReplicationRule |
ReplicationRule.withDestinations(Collection<ReplicationDestination> destinations)
An array of objects representing the destination for a replication rule.
|
Copyright © 2021. All rights reserved.