Uses of Class
com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Packages that use AttributeValueUpdate
Package
Description
-
Uses of AttributeValueUpdate in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeValueUpdateModifier and TypeMethodDescriptionprotected Map
<String, AttributeValueUpdate> DynamoDBMapper.SaveObjectHandler.getAttributeValueUpdates()
Get the map of AttributeValueUpdate on each modeled attribute. -
Uses of AttributeValueUpdate in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return AttributeValueUpdateModifier and TypeMethodDescriptionAttributeValueUpdate.clone()
AttributeValueUpdate.withAction
(AttributeAction action) Specifies how to perform the update.AttributeValueUpdate.withAction
(String action) Specifies how to perform the update.AttributeValueUpdate.withValue
(AttributeValue value) Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeValueUpdateMethods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeValueUpdateModifier and TypeMethodDescriptionUpdateItemRequest.addAttributeUpdatesEntry
(String key, AttributeValueUpdate value) Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValueUpdateModifier and TypeMethodDescriptionvoid
UpdateItemRequest.setAttributeUpdates
(Map<String, AttributeValueUpdate> attributeUpdates) UpdateItemRequest.withAttributeUpdates
(Map<String, AttributeValueUpdate> attributeUpdates)