Class UpdateAction
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.xspec.UpdateAction
-
- Direct Known Subclasses:
AddAction,DeleteAction,RemoveAction,SetAction
@Beta public abstract class UpdateAction extends Object
Represents an update action for building update expression.This object is as immutable (or unmodifiable) as the underlying value (of type
UnitOfExpression) given during construction.