Uses of Class
com.amazonaws.services.dynamodbv2.document.AttributeUpdate
Packages that use AttributeUpdate
Package
Description
-
Uses of AttributeUpdate in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return AttributeUpdateModifier and TypeMethodDescriptionAttributeUpdate.addElements
(Object... newElements) AttributeUpdate.addNumeric
(Number value) AttributeUpdate.delete()
Used to update an attribute.AttributeUpdate.removeElements
(Object... elementsToBeRemoved) Methods in com.amazonaws.services.dynamodbv2.document with parameters of type AttributeUpdateModifier and TypeMethodDescriptionTable.updateItem
(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates) Table.updateItem
(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates) Table.updateItem
(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates) Table.updateItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates) Table.updateItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates) 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 AttributeUpdateModifier and TypeMethodDescriptionUpdateItemApi.updateItem
(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates) Updates an item with the attributes specified.UpdateItemApi.updateItem
(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates) Updates an item with the attributes specified.UpdateItemApi.updateItem
(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates) UpdateItemApi.updateItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates) 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.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 AttributeUpdateMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type AttributeUpdateModifier and TypeMethodDescriptionUpdateItemSpec.addAttributeUpdate
(AttributeUpdate attributeUpdate) UpdateItemSpec.withAttributeUpdate
(AttributeUpdate... attributeUpdates) Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type AttributeUpdateModifier and TypeMethodDescriptionUpdateItemSpec.withAttributeUpdate
(List<AttributeUpdate> attributeUpdates)