Uses of Class
com.amazonaws.services.dynamodbv2.document.AttributeUpdate
-
Packages that use AttributeUpdate Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of AttributeUpdate in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return AttributeUpdate Modifier and Type Method Description AttributeUpdate
AttributeUpdate. addElements(Object... newElements)
AttributeUpdate
AttributeUpdate. addNumeric(Number value)
AttributeUpdate
AttributeUpdate. delete()
AttributeUpdate
AttributeUpdate. put(Object attributeValue)
Used to update an attribute.AttributeUpdate
AttributeUpdate. removeElements(Object... elementsToBeRemoved)
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type AttributeUpdate Modifier and Type Method Description UpdateItemOutcome
Table. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
Table. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
Table. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
Table. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
Table. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
Table. updateItem(String hashKeyName, Object hashKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
-
Uses of AttributeUpdate in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type AttributeUpdate Modifier and Type Method Description UpdateItemOutcome
UpdateItemApi. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)
Updates an item with the attributes specified.UpdateItemOutcome
UpdateItemApi. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
Updates an item with the attributes specified.UpdateItemOutcome
UpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
UpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)
UpdateItemOutcome
UpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
Updates an item with the specified hash key, range key and attributes.UpdateItemOutcome
UpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)
Updates an item with the specified hash-only key and attributes. -
Uses of AttributeUpdate in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type AttributeUpdate Modifier and Type Method Description List<AttributeUpdate>
UpdateItemSpec. getAttributeUpdate()
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type AttributeUpdate Modifier and Type Method Description UpdateItemSpec
UpdateItemSpec. addAttributeUpdate(AttributeUpdate attributeUpdate)
UpdateItemSpec
UpdateItemSpec. withAttributeUpdate(AttributeUpdate... attributeUpdates)
Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type AttributeUpdate Modifier and Type Method Description UpdateItemSpec
UpdateItemSpec. withAttributeUpdate(List<AttributeUpdate> attributeUpdates)
-