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

Packages that use BatchGetItemResult
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 BatchGetItemResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return BatchGetItemResult
 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.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type BatchGetItemResult
 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 BatchGetItemResult
 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 BatchGetItemResult in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return BatchGetItemResult
 BatchGetItemResult BatchGetItemResult.withResponses(Map<String,BatchResponse> responses)
          Deprecated. Table names and the respective item attributes from the tables.
 BatchGetItemResult BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
          Deprecated. Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size.
 



Copyright © 2016. All rights reserved.