Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Future<ListGlobalTablesResult> |
AbstractAmazonDynamoDBAsync.listGlobalTablesAsync(ListGlobalTablesRequest request,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler) |
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsyncClient.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.
|
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, if the parameter is not specified DynamoDB defaults to 100.
|
ListGlobalTablesRequest |
ListGlobalTablesRequest.withRegionName(String regionName)
Lists the global tables in a specific Region.
|
Copyright © 2023. All rights reserved.