Uses of Class
com.amazonaws.services.dynamodbv2.model.AttributeAction
-
Packages that use AttributeAction Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.model -
-
Uses of AttributeAction in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return AttributeAction Modifier and Type Method Description AttributeActionAttributeUpdate. getAction() -
Uses of AttributeAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return AttributeAction Modifier and Type Method Description static AttributeActionAttributeAction. fromValue(String value)Use this in place of valueOf.static AttributeActionAttributeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeAction[]AttributeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeAction Modifier and Type Method Description voidAttributeValueUpdate. setAction(AttributeAction action)Specifies how to perform the update.AttributeValueUpdateAttributeValueUpdate. withAction(AttributeAction action)Specifies how to perform the update.Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeAction Constructor Description AttributeValueUpdate(AttributeValue value, AttributeAction action)Constructs a new AttributeValueUpdate object.
-