| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetItemOutcome | 
DynamoDB.batchGetItem(BatchGetItemSpec spec)  | 
BatchGetItemOutcome | 
DynamoDB.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
            TableKeysAndAttributes... tableKeysAndAttributes)  | 
BatchGetItemOutcome | 
DynamoDB.batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes)  | 
BatchGetItemOutcome | 
DynamoDB.batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)  | 
BatchGetItemOutcome | 
DynamoDB.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
                       Map<String,KeysAndAttributes> unprocessedKeys)  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetItemOutcome | 
BatchGetItemApi.batchGetItem(BatchGetItemSpec spec)
Used to perform a batch get-item operation from DynamoDB with full
 parameter specification. 
 | 
BatchGetItemOutcome | 
BatchGetItemApi.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
            TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB. 
 | 
BatchGetItemOutcome | 
BatchGetItemApi.batchGetItem(TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB. 
 | 
BatchGetItemOutcome | 
BatchGetItemApi.batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a
 previous batch get-item operation. 
 | 
BatchGetItemOutcome | 
BatchGetItemApi.batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity,
                       Map<String,KeysAndAttributes> unprocessedKeys)
Used to perform a batch get-item for the unprocessed keys returned from a
 previous batch get-item operation. 
 | 
Copyright © 2015. All rights reserved.