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

Packages that use PutRequest
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

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

Methods in com.amazonaws.services.dynamodbv2.model that return PutRequest
 PutRequest PutRequest.addItemEntry(String key, AttributeValue value)
          A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
 PutRequest PutRequest.clearItemEntries()
          Removes all the entries added into Item.
 PutRequest WriteRequest.getPutRequest()
          A request to perform a PutItem operation.
 PutRequest PutRequest.withItem(Map<String,AttributeValue> item)
          A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type PutRequest
 void WriteRequest.setPutRequest(PutRequest putRequest)
          A request to perform a PutItem operation.
 WriteRequest WriteRequest.withPutRequest(PutRequest putRequest)
          A request to perform a PutItem operation.
 

Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type PutRequest
WriteRequest(PutRequest putRequest)
          Constructs a new WriteRequest object.
 



Copyright © 2016. All rights reserved.