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

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

Uses of BatchGetItemRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type BatchGetItemRequest
 BatchGetItemResult AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 BatchGetItemResult AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type BatchGetItemRequest
 Future<BatchGetItemResult> AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 Future<BatchGetItemResult> AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest, AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
          Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
 

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

Methods in com.amazonaws.services.dynamodb.model that return BatchGetItemRequest
 BatchGetItemRequest BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
          Deprecated. A map of the table name and corresponding items to get by primary key.
 



Copyright © 2016. All rights reserved.