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