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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
BatchGetItemResult |
BatchGetItemResult.withResponses(Map<String,BatchResponse> responses)
Deprecated.
Table names and the respective item attributes from the tables.
|
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Deprecated.
Contains a map of tables and their respective keys that were not
processed with the current response, possibly due to reaching a limit
on the response size.
|
Copyright © 2014. All rights reserved.