Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ListGlobalTablesResult |
AmazonDynamoDBClient.listGlobalTables(ListGlobalTablesRequest request)
Lists all global tables that have a replica in the specified Region.
|
ListGlobalTablesResult |
AbstractAmazonDynamoDB.listGlobalTables(ListGlobalTablesRequest request) |
ListGlobalTablesResult |
AmazonDynamoDB.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified Region.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGlobalTablesResult> |
AbstractAmazonDynamoDBAsync.listGlobalTablesAsync(ListGlobalTablesRequest request,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler) |
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsync.listGlobalTablesAsync(ListGlobalTablesRequest listGlobalTablesRequest,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler)
Lists all global tables that have a replica in the specified Region.
|
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsyncClient.listGlobalTablesAsync(ListGlobalTablesRequest request,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListGlobalTablesResult |
ListGlobalTablesResult.clone() |
ListGlobalTablesResult |
ListGlobalTablesResult.withGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
ListGlobalTablesResult |
ListGlobalTablesResult.withGlobalTables(GlobalTable... globalTables)
List of global table names.
|
ListGlobalTablesResult |
ListGlobalTablesResult.withLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
Copyright © 2022. All rights reserved.