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

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

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

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

Methods in com.amazonaws.services.dynamodb.model that return BatchWriteItemResult
 BatchWriteItemResult BatchWriteItemResult.withResponses(Map<String,BatchWriteResponse> responses)
          Deprecated. The response object as a result of BatchWriteItem call.
 BatchWriteItemResult BatchWriteItemResult.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
          Deprecated. The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems
 



Copyright © 2016. All rights reserved.