| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
Replica |
Replica.clone() |
Replica |
Replica.withRegionName(String regionName)
The Region where the replica needs to be created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Replica> |
GlobalTable.getReplicationGroup()
The Regions where the global table has replicas.
|
List<Replica> |
CreateGlobalTableRequest.getReplicationGroup()
The Regions where the global table needs to be created.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalTable |
GlobalTable.withReplicationGroup(Replica... replicationGroup)
The Regions where the global table has replicas.
|
CreateGlobalTableRequest |
CreateGlobalTableRequest.withReplicationGroup(Replica... replicationGroup)
The Regions where the global table needs to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalTable.setReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
|
void |
CreateGlobalTableRequest.setReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.
|
GlobalTable |
GlobalTable.withReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
|
CreateGlobalTableRequest |
CreateGlobalTableRequest.withReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.
|
Copyright © 2020. All rights reserved.