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 BatchGetItemOutcome
DynamoDB. 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 BatchGetItemOutcome
BatchGetItemApi. 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 BatchGetItemSpec
BatchGetItemSpec. withProgressListener(ProgressListener progressListener)
BatchGetItemSpec
BatchGetItemSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
BatchGetItemSpec
BatchGetItemSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)
BatchGetItemSpec
BatchGetItemSpec. withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes)
BatchGetItemSpec
BatchGetItemSpec. withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
-