| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
ListGlobalTablesResult |
AmazonDynamoDBClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
ListGlobalTablesResult |
AmazonDynamoDB.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsyncClient.listGlobalTablesAsync(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsync.listGlobalTablesAsync(ListGlobalTablesRequest listGlobalTablesRequest)
Lists all global tables that have a replica in the specified region.
|
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsyncClient.listGlobalTablesAsync(ListGlobalTablesRequest listGlobalTablesRequest,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler)
Lists all global tables that have a replica in the specified region.
|
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 |
|---|---|
Future<ListGlobalTablesResult> |
AmazonDynamoDBAsyncClient.listGlobalTablesAsync(ListGlobalTablesRequest listGlobalTablesRequest,
AsyncHandler<ListGlobalTablesRequest,ListGlobalTablesResult> asyncHandler)
Lists all global tables that have a replica in the specified region.
|
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.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 © 2019. All rights reserved.