Package | Description |
---|---|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
ListTablesResult |
AmazonDynamoDB.listTables()
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
ListTablesResult |
AmazonDynamoDBClient.listTables()
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
ListTablesResult |
AmazonDynamoDB.listTables(ListTablesRequest listTablesRequest)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
ListTablesResult |
AmazonDynamoDBClient.listTables(ListTablesRequest listTablesRequest)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTablesResult> |
AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Future<ListTablesResult> |
AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest,
AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Deprecated.
Retrieves a paginated list of table names created by the AWS Account
of the caller in the AWS Region (e.g.
|
Modifier and Type | Method and Description |
---|---|
ListTablesResult |
ListTablesResult.withLastEvaluatedTableName(String lastEvaluatedTableName)
Deprecated.
The name of the last table in the current list.
|
ListTablesResult |
ListTablesResult.withTableNames(Collection<String> tableNames)
Deprecated.
Sets the value of the TableNames property for this object.
|
ListTablesResult |
ListTablesResult.withTableNames(String... tableNames)
Deprecated.
Sets the value of the TableNames property for this object.
|
Copyright © 2014. All rights reserved.