Uses of Class
com.amazonaws.services.dynamodb.model.AttributeValueUpdate

Packages that use AttributeValueUpdate
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of AttributeValueUpdate in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return AttributeValueUpdate
 AttributeValueUpdate AttributeValueUpdate.withAction(AttributeAction action)
          Deprecated. The type of action for an item update operation.
 AttributeValueUpdate AttributeValueUpdate.withAction(String action)
          Deprecated. The type of action for an item update operation.
 AttributeValueUpdate AttributeValueUpdate.withValue(AttributeValue value)
          Deprecated. AttributeValue can be String, Number, Binary, StringSet, NumberSet, BinarySet.
 

Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type AttributeValueUpdate
 Map<String,AttributeValueUpdate> UpdateItemRequest.getAttributeUpdates()
          Deprecated. Map of attribute name to the new value and action for the update.
 

Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type AttributeValueUpdate
 void UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
          Deprecated. Map of attribute name to the new value and action for the update.
 UpdateItemRequest UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
          Deprecated. Map of attribute name to the new value and action for the update.
 

Constructor parameters in com.amazonaws.services.dynamodb.model with type arguments of type AttributeValueUpdate
UpdateItemRequest(String tableName, Key key, Map<String,AttributeValueUpdate> attributeUpdates)
          Deprecated. Constructs a new UpdateItemRequest object.
 



Copyright © 2016. All rights reserved.