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 AttributeUpdateAttributeUpdate. addElements(Object... newElements)AttributeUpdateAttributeUpdate. addNumeric(Number value)AttributeUpdateAttributeUpdate. delete()AttributeUpdateAttributeUpdate. put(Object attributeValue)Used to update an attribute.AttributeUpdateAttributeUpdate. removeElements(Object... elementsToBeRemoved)Methods in com.amazonaws.services.dynamodbv2.document with parameters of type AttributeUpdate Modifier and Type Method Description UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. 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 UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)Updates an item with the attributes specified.UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)Updates an item with the attributes specified.UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeUpdateItemApi. 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.UpdateItemOutcomeUpdateItemApi. 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 UpdateItemSpecUpdateItemSpec. addAttributeUpdate(AttributeUpdate attributeUpdate)UpdateItemSpecUpdateItemSpec. withAttributeUpdate(AttributeUpdate... attributeUpdates)Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type AttributeUpdate Modifier and Type Method Description UpdateItemSpecUpdateItemSpec. withAttributeUpdate(List<AttributeUpdate> attributeUpdates)
-