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(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.
|
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 |
---|---|
ListTablesRequest |
ListTablesRequest.withExclusiveStartTableName(String exclusiveStartTableName)
Deprecated.
The name of the table that starts the list.
|
ListTablesRequest |
ListTablesRequest.withLimit(Integer limit)
Deprecated.
A number of maximum table names to return.
|
Copyright © 2014. All rights reserved.