Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
ListTablesResult |
AmazonDynamoDB.listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account
and endpoint.
|
ListTablesResult |
AmazonDynamoDBClient.listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Modifier and Type | Method and Description |
---|---|
ListTablesRequest |
ListTablesRequest.clone() |
ListTablesRequest |
ListTablesRequest.withExclusiveStartTableName(String exclusiveStartTableName)
The first table name that this operation will evaluate.
|
ListTablesRequest |
ListTablesRequest.withLimit(Integer limit)
A maximum number of table names to return.
|
Copyright © 2015. All rights reserved.