Uses of Class
com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
Packages that use BatchGetItemRequest
-
Uses of BatchGetItemRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type BatchGetItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.batchGetItem
(BatchGetItemRequest request) AmazonDynamoDB.batchGetItem
(BatchGetItemRequest batchGetItemRequest) The BatchGetItem operation returns the attributes of one or more items from one or more tables.AmazonDynamoDBClient.batchGetItem
(BatchGetItemRequest batchGetItemRequest) The BatchGetItem operation returns the attributes of one or more items from one or more tables.AbstractAmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest request) AbstractAmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest request, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) AmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest batchGetItemRequest) The BatchGetItem operation returns the attributes of one or more items from one or more tables.AmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) The BatchGetItem operation returns the attributes of one or more items from one or more tables.AmazonDynamoDBAsyncClient.batchGetItemAsync
(BatchGetItemRequest request) AmazonDynamoDBAsyncClient.batchGetItemAsync
(BatchGetItemRequest request, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type BatchGetItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest request, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsync.batchGetItemAsync
(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) The BatchGetItem operation returns the attributes of one or more items from one or more tables.AmazonDynamoDBAsync.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsync.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.batchGetItemAsync
(BatchGetItemRequest request, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) AmazonDynamoDBAsyncClient.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.batchGetItemAsync
(Map<String, KeysAndAttributes> requestItems, String returnConsumedCapacity, AsyncHandler<BatchGetItemRequest, BatchGetItemResult> asyncHandler) Simplified method form for invoking the BatchGetItem operation with an AsyncHandler. -
Uses of BatchGetItemRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return BatchGetItemRequestModifier and TypeMethodDescriptionBatchGetItemRequest.addRequestItemsEntry
(String key, KeysAndAttributes value) BatchGetItemRequest.clearRequestItemsEntries()
Removes all the entries added into RequestItems.BatchGetItemRequest.clone()
BatchGetItemRequest.withRequestItems
(Map<String, KeysAndAttributes> requestItems) A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.BatchGetItemRequest.withReturnConsumedCapacity
(ReturnConsumedCapacity returnConsumedCapacity) BatchGetItemRequest.withReturnConsumedCapacity
(String returnConsumedCapacity)