Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaUpdate |
ReplicaUpdate.clone() |
ReplicaUpdate |
ReplicaUpdate.withCreate(CreateReplicaAction create)
The parameters required for creating a replica on an existing global table.
|
ReplicaUpdate |
ReplicaUpdate.withDelete(DeleteReplicaAction delete)
The name of the existing replica to be removed.
|
Modifier and Type | Method and Description |
---|---|
List<ReplicaUpdate> |
UpdateGlobalTableRequest.getReplicaUpdates()
A list of Regions that should be added or removed from the global table.
|
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableRequest |
UpdateGlobalTableRequest.withReplicaUpdates(ReplicaUpdate... replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGlobalTableRequest.setReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
UpdateGlobalTableRequest |
UpdateGlobalTableRequest.withReplicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
Copyright © 2021. All rights reserved.