Uses of Enum
com.amazonaws.services.dynamodbv2.model.AttributeAction
Packages that use AttributeAction
Package
Description
-
Uses of AttributeAction in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return AttributeAction -
Uses of AttributeAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return AttributeActionModifier and TypeMethodDescriptionstatic AttributeAction
Use this in place of valueOf.static AttributeAction
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 AttributeActionModifier and TypeMethodDescriptionvoid
AttributeValueUpdate.setAction
(AttributeAction action) Specifies how to perform the update.AttributeValueUpdate.withAction
(AttributeAction action) Specifies how to perform the update.Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeActionModifierConstructorDescriptionAttributeValueUpdate
(AttributeValue value, AttributeAction action) Constructs a new AttributeValueUpdate object.