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
Subclasses with type arguments of type AttributeAction in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return AttributeActionModifier and TypeMethodDescriptionstatic AttributeActionUse this in place of valueOf.static AttributeActionReturns 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 TypeMethodDescriptionvoidAttributeValueUpdate.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.