|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListTablesResult | |
---|---|
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. |
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2 |
---|
Methods in com.amazonaws.services.dynamodbv2 that return ListTablesResult | |
---|---|
ListTablesResult |
AmazonDynamoDBClient.listTables()
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDB.listTables()
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDBClient.listTables(Integer limit)
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDB.listTables(Integer limit)
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. |
ListTablesResult |
AmazonDynamoDB.listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDBClient.listTables(String exclusiveStartTableName)
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDB.listTables(String exclusiveStartTableName)
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDBClient.listTables(String exclusiveStartTableName,
Integer limit)
Returns an array of table names associated with the current account and endpoint. |
ListTablesResult |
AmazonDynamoDB.listTables(String exclusiveStartTableName,
Integer limit)
Returns an array of table names associated with the current account and endpoint. |
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type ListTablesResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ListTablesResult | |
---|---|
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. |
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return ListTablesResult | |
---|---|
ListTablesResult |
ListTablesResult.withLastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current page of results. |
ListTablesResult |
ListTablesResult.withTableNames(Collection<String> tableNames)
The names of the tables associated with the current account at the current endpoint. |
ListTablesResult |
ListTablesResult.withTableNames(String... tableNames)
The names of the tables associated with the current account at the current endpoint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |