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