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 |
---|---|
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
Deprecated.
Retrieves the attributes for multiple items from multiple tables using
their primary keys.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
Deprecated.
A map of the table name and corresponding items to get by primary key.
|
Copyright © 2014. All rights reserved.