Uses of Class
com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest

Packages that use BatchGetItemRequest
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of BatchGetItemRequest in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 with parameters of type BatchGetItemRequest
 BatchGetItemResult AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 BatchGetItemResult AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type BatchGetItemRequest
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
           The BatchGetItem operation returns the attributes of one or more items from one or more tables.
 

Uses of BatchGetItemRequest in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return BatchGetItemRequest
 BatchGetItemRequest BatchGetItemRequest.addRequestItemsEntry(String key, KeysAndAttributes value)
          A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve.
 BatchGetItemRequest BatchGetItemRequest.clearRequestItemsEntries()
          Removes all the entries added into RequestItems.
 BatchGetItemRequest BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
          A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve.
 BatchGetItemRequest BatchGetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
          If set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
 BatchGetItemRequest BatchGetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
          If set to TOTAL, the response includes ConsumedCapacity data for tables and indexes.
 



Copyright © 2016. All rights reserved.