Uses of Class
com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
Packages that use BatchGetItemOutcome
Package
Description
-
Uses of BatchGetItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return BatchGetItemOutcomeModifier and TypeMethodDescriptionDynamoDB.batchGetItem
(BatchGetItemSpec spec) DynamoDB.batchGetItem
(TableKeysAndAttributes... tableKeysAndAttributes) DynamoDB.batchGetItem
(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeysAndAttributes) DynamoDB.batchGetItemUnprocessed
(ReturnConsumedCapacity returnConsumedCapacity, Map<String, KeysAndAttributes> unprocessedKeys) DynamoDB.batchGetItemUnprocessed
(Map<String, KeysAndAttributes> unprocessedKeys) -
Uses of BatchGetItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return BatchGetItemOutcomeModifier and TypeMethodDescriptionBatchGetItemApi.batchGetItem
(BatchGetItemSpec spec) Used to perform a batch get-item operation from DynamoDB with full parameter specification.BatchGetItemApi.batchGetItem
(TableKeysAndAttributes... tableKeyAndAttributes) Used to perform a batch get-item operation from DynamoDB.BatchGetItemApi.batchGetItem
(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeyAndAttributes) Used to perform a batch get-item operation from DynamoDB.BatchGetItemApi.batchGetItemUnprocessed
(ReturnConsumedCapacity returnConsumedCapacity, Map<String, KeysAndAttributes> unprocessedKeys) Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation.BatchGetItemApi.batchGetItemUnprocessed
(Map<String, KeysAndAttributes> unprocessedKeys) Used to perform a batch get-item for the unprocessed keys returned from a previous batch get-item operation.