Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalTable |
GlobalTable.clone() |
GlobalTable |
GlobalTable.withGlobalTableName(String globalTableName)
The global table name.
|
GlobalTable |
GlobalTable.withReplicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
|
GlobalTable |
GlobalTable.withReplicationGroup(Replica... replicationGroup)
The Regions where the global table has replicas.
|
Modifier and Type | Method and Description |
---|---|
List<GlobalTable> |
ListGlobalTablesResult.getGlobalTables()
List of global table names.
|
Modifier and Type | Method and Description |
---|---|
ListGlobalTablesResult |
ListGlobalTablesResult.withGlobalTables(GlobalTable... globalTables)
List of global table names.
|
Modifier and Type | Method and Description |
---|---|
void |
ListGlobalTablesResult.setGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
ListGlobalTablesResult |
ListGlobalTablesResult.withGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
Copyright © 2023. All rights reserved.