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 AttributeAction
AttributeUpdate. 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 AttributeAction
AttributeAction. fromValue(String value)
Use this in place of valueOf.static AttributeAction
AttributeAction. 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 void
AttributeValueUpdate. setAction(AttributeAction action)
Specifies how to perform the update.AttributeValueUpdate
AttributeValueUpdate. 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.
-