Uses of Class
com.amazonaws.services.dynamodbv2.model.PutRequest
Packages that use PutRequest
-
Uses of PutRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return PutRequestModifier and TypeMethodDescriptionPutRequest.addItemEntry(String key, AttributeValue value) PutRequest.clearItemEntries()Removes all the entries added into Item.PutRequest.clone()WriteRequest.getPutRequest()A request to perform a PutItem operation.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 PutRequestModifier and TypeMethodDescriptionvoidWriteRequest.setPutRequest(PutRequest putRequest) A request to perform a PutItem operation.WriteRequest.withPutRequest(PutRequest putRequest) A request to perform a PutItem operation.Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type PutRequestModifierConstructorDescriptionWriteRequest(PutRequest putRequest) Constructs a new WriteRequest object.