Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteRequest
-
Packages that use DeleteRequest Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of DeleteRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteRequest Modifier and Type Method Description DeleteRequest
DeleteRequest. addKeyEntry(String key, AttributeValue value)
DeleteRequest
DeleteRequest. clearKeyEntries()
Removes all the entries added into Key.DeleteRequest
DeleteRequest. clone()
DeleteRequest
WriteRequest. getDeleteRequest()
A request to perform a DeleteItem operation.DeleteRequest
DeleteRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.DeleteRequest
DeleteRequest. withKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type DeleteRequest Modifier and Type Method Description void
WriteRequest. setDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.WriteRequest
WriteRequest. withDeleteRequest(DeleteRequest deleteRequest)
A request to perform a DeleteItem operation.Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type DeleteRequest Constructor Description WriteRequest(DeleteRequest deleteRequest)
Constructs a new WriteRequest object.
-