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

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

Uses of WriteRequest in com.amazonaws.services.dynamodbv2
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type WriteRequest
 BatchWriteItemResult AmazonDynamoDBClient.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
           The BatchWriteItem operation puts or deletes multiple items in one or more tables.
 BatchWriteItemResult AmazonDynamoDB.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
           The BatchWriteItem operation puts or deletes multiple items in one or more tables.
 

Uses of WriteRequest in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type WriteRequest
 Map<String,List<WriteRequest>> DynamoDBMapper.FailedBatch.getUnprocessedItems()
           
 

Method parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type WriteRequest
 void DynamoDBMapper.FailedBatch.setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
           
 

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

Methods in com.amazonaws.services.dynamodbv2.model that return WriteRequest
 WriteRequest WriteRequest.withDeleteRequest(DeleteRequest deleteRequest)
          A request to perform a DeleteItem operation.
 WriteRequest WriteRequest.withPutRequest(PutRequest putRequest)
          A request to perform a PutItem operation.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type WriteRequest
 Map<String,List<WriteRequest>> BatchWriteItemRequest.getRequestItems()
          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
 Map<String,List<WriteRequest>> BatchWriteItemResult.getUnprocessedItems()
          A map of tables and requests against those tables that were not processed.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type WriteRequest
 BatchWriteItemRequest BatchWriteItemRequest.addRequestItemsEntry(String key, List<WriteRequest> value)
          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
 BatchWriteItemResult BatchWriteItemResult.addUnprocessedItemsEntry(String key, List<WriteRequest> value)
          A map of tables and requests against those tables that were not processed.
 void BatchWriteItemRequest.setRequestItems(Map<String,List<WriteRequest>> requestItems)
          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
 void BatchWriteItemResult.setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
          A map of tables and requests against those tables that were not processed.
 BatchWriteItemRequest BatchWriteItemRequest.withRequestItems(Map<String,List<WriteRequest>> requestItems)
          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).
 BatchWriteItemResult BatchWriteItemResult.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
          A map of tables and requests against those tables that were not processed.
 

Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type WriteRequest
BatchWriteItemRequest(Map<String,List<WriteRequest>> requestItems)
          Constructs a new BatchWriteItemRequest object.
 



Copyright © 2016. All rights reserved.