Class BatchGetItemSpec
java.lang.Object
com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
Full parameter specification for the BatchGetItem API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInternal method.voidsetProgressListener(ProgressListener progressListener) voidsetRequestMetricCollector(RequestMetricCollector requestMetricCollector) withProgressListener(ProgressListener progressListener) withRequestMetricCollector(RequestMetricCollector requestMetricCollector) withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) withUnprocessedKeys(Map<String, KeysAndAttributes> unprocessedKeys)
-
Constructor Details
-
BatchGetItemSpec
public BatchGetItemSpec()
-
-
Method Details
-
getTableKeysAndAttributes
-
withTableKeyAndAttributes
-
getReturnConsumedCapacity
-
withReturnConsumedCapacity
-
withProgressListener
-
withRequestMetricCollector
-
getUnprocessedKeys
-
withUnprocessedKeys
-
getRequest
Internal method. Not meant to be called directly. May change without notice. -
getProgressListener
-
setProgressListener
-
getRequestMetricCollector
-
setRequestMetricCollector
-