public class BatchGetItemImpl extends Object implements BatchGetItemApi
BatchGetItemApi.| Constructor and Description | 
|---|
| BatchGetItemImpl(AmazonDynamoDB client) | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetItemOutcome | batchGetItem(BatchGetItemSpec spec)Used to perform a batch get-item operation from DynamoDB with full
 parameter specification. | 
| BatchGetItemOutcome | batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
            TableKeysAndAttributes... tableKeysAndAttributes)Used to perform a batch get-item operation from DynamoDB. | 
| BatchGetItemOutcome | batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes)Used to perform a batch get-item operation from DynamoDB. | 
| BatchGetItemOutcome | 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 | 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. | 
public BatchGetItemImpl(AmazonDynamoDB client)
public BatchGetItemOutcome batchGetItem(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeysAndAttributes)
BatchGetItemApibatchGetItem in interface BatchGetItemApireturnConsumedCapacity - returned capacity to be returnedtableKeysAndAttributes - the tables, keys, and attributes specification to be used to
            retrieve the items.public BatchGetItemOutcome batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes)
BatchGetItemApibatchGetItem in interface BatchGetItemApitableKeysAndAttributes - the tables, keys, and attributes specification to be used to
            retrieve the items.public BatchGetItemOutcome batchGetItem(BatchGetItemSpec spec)
BatchGetItemApibatchGetItem in interface BatchGetItemApipublic BatchGetItemOutcome batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String,KeysAndAttributes> unprocessedKeys)
BatchGetItemApibatchGetItemUnprocessed in interface BatchGetItemApireturnConsumedCapacity - returned capacity to be returnedunprocessedKeys - the unprocessed keys returned from the result of a previous
            batch-get-item operation.BatchGetItemOutcome.getUnprocessedKeys()public BatchGetItemOutcome batchGetItemUnprocessed(Map<String,KeysAndAttributes> unprocessedKeys)
BatchGetItemApibatchGetItemUnprocessed in interface BatchGetItemApiunprocessedKeys - the unprocessed keys returned from the result of a previous
            batch-get-item operation.BatchGetItemOutcome.getUnprocessedKeys()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.