Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicationGroupUpdate |
ReplicationGroupUpdate.clone() |
ReplicationGroupUpdate |
ReplicationGroupUpdate.withCreate(CreateReplicationGroupMemberAction create)
The parameters required for creating a replica for the table.
|
ReplicationGroupUpdate |
ReplicationGroupUpdate.withDelete(DeleteReplicationGroupMemberAction delete)
The parameters required for deleting a replica for the table.
|
ReplicationGroupUpdate |
ReplicationGroupUpdate.withUpdate(UpdateReplicationGroupMemberAction update)
The parameters required for updating a replica for the table.
|
Modifier and Type | Method and Description |
---|---|
List<ReplicationGroupUpdate> |
UpdateTableRequest.getReplicaUpdates()
A list of replica update actions (create, delete, or update) for the table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.withReplicaUpdates(ReplicationGroupUpdate... replicaUpdates)
A list of replica update actions (create, delete, or update) for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setReplicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates)
A list of replica update actions (create, delete, or update) for the table.
|
UpdateTableRequest |
UpdateTableRequest.withReplicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates)
A list of replica update actions (create, delete, or update) for the table.
|
Copyright © 2021. All rights reserved.