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

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

Methods in com.amazonaws.services.dynamodb with parameters of type BatchWriteItemRequest
 BatchWriteItemResult AmazonDynamoDBClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 BatchWriteItemResult AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 Future<BatchWriteItemResult> AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 Future<BatchWriteItemResult> AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 Future<BatchWriteItemResult> AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 Future<BatchWriteItemResult> AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type BatchWriteItemRequest
 Future<BatchWriteItemResult> AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 Future<BatchWriteItemResult> AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
          Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
 

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

Methods in com.amazonaws.services.dynamodb.model that return BatchWriteItemRequest
 BatchWriteItemRequest BatchWriteItemRequest.withRequestItems(Map<String,List<WriteRequest>> requestItems)
          Deprecated. A map of table name to list-of-write-requests.
 



Copyright © 2016. All rights reserved.