| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListGlobalTablesResult> |
AbstractAmazonDynamoDBAsync.listGlobalTablesAsync(ListGlobalTablesRequest request,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGlobalTablesRequest |
ListGlobalTablesRequest.clone() |
ListGlobalTablesRequest |
ListGlobalTablesRequest.withExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
ListGlobalTablesRequest |
ListGlobalTablesRequest.withLimit(Integer limit)
The maximum number of table names to return.
|
ListGlobalTablesRequest |
ListGlobalTablesRequest.withRegionName(String regionName)
Lists the global tables in a specific Region.
|
Copyright © 2020. All rights reserved.