Uses of Class
com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
-
Packages that use AttributeValueUpdate Package Description com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.dynamodbv2.model -
-
Uses of AttributeValueUpdate in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeValueUpdate Modifier and Type Method Description protected 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 AttributeValueUpdate Modifier and Type Method Description AttributeValueUpdate
AttributeValueUpdate. clone()
AttributeValueUpdate
AttributeValueUpdate. withAction(AttributeAction action)
Specifies how to perform the update.AttributeValueUpdate
AttributeValueUpdate. withAction(String action)
Specifies how to perform the update.AttributeValueUpdate
AttributeValueUpdate. withValue(AttributeValue value)
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeValueUpdate Modifier and Type Method Description Map<String,AttributeValueUpdate>
UpdateItemRequest. getAttributeUpdates()
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeValueUpdate Modifier and Type Method Description UpdateItemRequest
UpdateItemRequest. addAttributeUpdatesEntry(String key, AttributeValueUpdate value)
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValueUpdate Modifier and Type Method Description void
UpdateItemRequest. setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
UpdateItemRequest
UpdateItemRequest. withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
-