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 the global tables.
|
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 © 2017. All rights reserved.