Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec
-
Packages that use BatchGetItemSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of BatchGetItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type BatchGetItemSpec Modifier and Type Method Description BatchGetItemOutcomeDynamoDB. batchGetItem(BatchGetItemSpec spec) -
Uses of BatchGetItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type BatchGetItemSpec Modifier and Type Method Description BatchGetItemOutcomeBatchGetItemApi. 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 BatchGetItemSpec Modifier and Type Method Description BatchGetItemSpecBatchGetItemSpec. withProgressListener(ProgressListener progressListener)BatchGetItemSpecBatchGetItemSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)BatchGetItemSpecBatchGetItemSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)BatchGetItemSpecBatchGetItemSpec. withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes)BatchGetItemSpecBatchGetItemSpec. withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
-