Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(String key,
KeysAndAttributes value)
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
BatchGetItemRequest |
BatchGetItemRequest.clearRequestItemsEntries()
Removes all the entries added into RequestItems.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
BatchGetItemRequest |
BatchGetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
BatchGetItemRequest |
BatchGetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
Copyright © 2015. All rights reserved.