Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
Packages that use BatchGetItemSpec
Package
Description
-
Uses of BatchGetItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type BatchGetItemSpec -
Uses of BatchGetItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type BatchGetItemSpecModifier and TypeMethodDescriptionBatchGetItemApi.batchGetItem
(BatchGetItemSpec spec) Used to perform a batch get-item operation from DynamoDB with full parameter specification. -
Uses of BatchGetItemSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return BatchGetItemSpecModifier and TypeMethodDescriptionBatchGetItemSpec.withProgressListener
(ProgressListener progressListener) BatchGetItemSpec.withRequestMetricCollector
(RequestMetricCollector requestMetricCollector) BatchGetItemSpec.withReturnConsumedCapacity
(ReturnConsumedCapacity capacity) BatchGetItemSpec.withTableKeyAndAttributes
(TableKeysAndAttributes... tableKeyAndAttributes) BatchGetItemSpec.withUnprocessedKeys
(Map<String, KeysAndAttributes> unprocessedKeys)