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 BatchGetItemOutcome
DynamoDB. batchGetItem(BatchGetItemSpec spec)
BatchGetItemOutcome
DynamoDB. batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes)
BatchGetItemOutcome
DynamoDB. batchGetItem(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeysAndAttributes)
BatchGetItemOutcome
DynamoDB. batchGetItemUnprocessed(ReturnConsumedCapacity returnConsumedCapacity, Map<String,KeysAndAttributes> unprocessedKeys)
BatchGetItemOutcome
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 BatchGetItemOutcome Modifier and Type Method Description BatchGetItemOutcome
BatchGetItemApi. batchGetItem(BatchGetItemSpec spec)
Used to perform a batch get-item operation from DynamoDB with full parameter specification.BatchGetItemOutcome
BatchGetItemApi. batchGetItem(TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.BatchGetItemOutcome
BatchGetItemApi. batchGetItem(ReturnConsumedCapacity returnConsumedCapacity, TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.BatchGetItemOutcome
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.BatchGetItemOutcome
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.
-