public class BatchGetItemSpec extends Object
Constructor | Description |
---|---|
BatchGetItemSpec() |
Modifier and Type | Method | Description |
---|---|---|
ProgressListener |
getProgressListener() |
|
T |
getRequest() |
Internal method.
|
RequestMetricCollector |
getRequestMetricCollector() |
|
String |
getReturnConsumedCapacity() |
|
Collection<TableKeysAndAttributes> |
getTableKeysAndAttributes() |
|
Map<String,KeysAndAttributes> |
getUnprocessedKeys() |
|
void |
setProgressListener(ProgressListener progressListener) |
|
void |
setRequest(T req) |
|
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 void setRequest(T req)
public T getRequest()
public ProgressListener getProgressListener()
public void setProgressListener(ProgressListener progressListener)
public RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.