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 AttributeValueUpdateAttributeValueUpdate. clone()AttributeValueUpdateAttributeValueUpdate. withAction(AttributeAction action)Specifies how to perform the update.AttributeValueUpdateAttributeValueUpdate. withAction(String action)Specifies how to perform the update.AttributeValueUpdateAttributeValueUpdate. 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 UpdateItemRequestUpdateItemRequest. addAttributeUpdatesEntry(String key, AttributeValueUpdate value)Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValueUpdate Modifier and Type Method Description voidUpdateItemRequest. setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)UpdateItemRequestUpdateItemRequest. withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
-