public class BatchGetItemSpec extends Object
Constructor and Description |
---|
BatchGetItemSpec() |
Modifier and Type | Method and Description |
---|---|
com.amazonaws.event.ProgressListener |
getProgressListener() |
T |
getRequest()
Internal method.
|
com.amazonaws.metrics.RequestMetricCollector |
getRequestMetricCollector() |
String |
getReturnConsumedCapacity() |
Collection<TableKeysAndAttributes> |
getTableKeysAndAttributes() |
Map<String,KeysAndAttributes> |
getUnprocessedKeys() |
void |
setProgressListener(com.amazonaws.event.ProgressListener progressListener) |
void |
setRequestMetricCollector(com.amazonaws.metrics.RequestMetricCollector requestMetricCollector) |
BatchGetItemSpec |
withProgressListener(com.amazonaws.event.ProgressListener progressListener) |
BatchGetItemSpec |
withRequestMetricCollector(com.amazonaws.metrics.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(com.amazonaws.event.ProgressListener progressListener)
public BatchGetItemSpec withRequestMetricCollector(com.amazonaws.metrics.RequestMetricCollector requestMetricCollector)
public Map<String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemSpec withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
public T getRequest()
public com.amazonaws.event.ProgressListener getProgressListener()
public void setProgressListener(com.amazonaws.event.ProgressListener progressListener)
public com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(com.amazonaws.metrics.RequestMetricCollector requestMetricCollector)
Copyright © 2015. All rights reserved.