Class DeleteAction


  • @Beta
    public final class DeleteAction
    extends UpdateAction
    Represents a DELETE action in the DELETE section of an update expression.

    A DELETE action is used to delete an element from a set. The attribute involved must be a set data type.

    This object is as immutable (or unmodifiable) as the underlying value (of type ValueOperand) given during construction.