Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
ListTablesResult |
AmazonDynamoDB.listTables()
Returns an array of table names associated with the current account
and endpoint.
|
ListTablesResult |
AmazonDynamoDBClient.listTables()
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(Integer limit)
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(ListTablesRequest listTablesRequest)
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)
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.
|
ListTablesResult |
AmazonDynamoDBClient.listTables(String exclusiveStartTableName,
Integer limit)
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)
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,
com.amazonaws.handlers.AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
com.amazonaws.handlers.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,
com.amazonaws.handlers.AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
com.amazonaws.handlers.AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account
and endpoint.
|
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
DynamoDB.listTables() |
TableCollection<ListTablesResult> |
DynamoDB.listTables(int maxResultSize) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(ListTablesSpec spec) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(String exclusiveStartTableName) |
TableCollection<ListTablesResult> |
DynamoDB.listTables(String exclusiveStartTableName,
int maxResultSize) |
Modifier and Type | Method and Description |
---|---|
TableCollection<ListTablesResult> |
ListTablesApi.listTables()
Returns a collection of all the tables (initialized with the respective
table names) associated with the current account and endpoint.
|
TableCollection<ListTablesResult> |
ListTablesApi.listTables(int maxResultSize)
Returns a collection of tables (initialized with the respective table
names) up to the specified
maxResultSize associated with
the current account and endpoint. |
TableCollection<ListTablesResult> |
ListTablesApi.listTables(ListTablesSpec spec)
List tables by specifying all the details.
|
TableCollection<ListTablesResult> |
ListTablesApi.listTables(String exclusiveStartTableName)
Returns a collection of tables (initialized with the respective table
names) associated with the current account and endpoint, starting with a
name after the specified
exclusiveStartTableName . |
TableCollection<ListTablesResult> |
ListTablesApi.listTables(String exclusiveStartTableName,
int maxResultSize)
Returns a collection of tables (initialized with the respective table
names) up to the specified
maxResultSize associated with
the current account and endpoint, starting with a name after the
specified exclusiveStartTableName . |
Modifier and Type | Method and Description |
---|---|
ListTablesResult |
ListTablesResult.clone() |
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.
|
Copyright © 2015. All rights reserved.