public class BatchGetItemSpec extends Object
| Constructor and Description | 
|---|
| BatchGetItemSpec() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProgressListener | getProgressListener() | 
| T | getRequest()Internal method. | 
| RequestMetricCollector | getRequestMetricCollector() | 
| String | getReturnConsumedCapacity() | 
| Collection<TableKeysAndAttributes> | getTableKeysAndAttributes() | 
| Map<String,KeysAndAttributes> | getUnprocessedKeys() | 
| void | setProgressListener(ProgressListener progressListener) | 
| void | setRequestMetricCollector(RequestMetricCollector requestMetricCollector) | 
| BatchGetItemSpec | withProgressListener(ProgressListener progressListener) | 
| BatchGetItemSpec | withRequestMetricCollector(RequestMetricCollector requestMetricCollector) | 
| BatchGetItemSpec | withReturnConsumedCapacity(ReturnConsumedCapacity capacity) | 
| BatchGetItemSpec | withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) | 
| BatchGetItemSpec | withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys) | 
public Collection<TableKeysAndAttributes> getTableKeysAndAttributes()
public BatchGetItemSpec withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes)
public String getReturnConsumedCapacity()
public BatchGetItemSpec withReturnConsumedCapacity(ReturnConsumedCapacity capacity)
public BatchGetItemSpec withProgressListener(ProgressListener progressListener)
public BatchGetItemSpec withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
public Map<String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemSpec withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
public T getRequest()
public ProgressListener getProgressListener()
public void setProgressListener(ProgressListener progressListener)
public RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.