Class NULL
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.xspec.Operand
-
- com.amazonaws.services.dynamodbv2.xspec.PathOperand
-
- com.amazonaws.services.dynamodbv2.xspec.NULL
-
@Beta public class NULL extends PathOperand
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.Use
ExpressionSpecBuilder.NULL(String)
to instantiate this class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetAction
set()
Returns aSetAction
object (used for building update expression) of setting an attribute to null.
-
-
-
Method Detail
-
set
public final SetAction set()
Returns aSetAction
object (used for building update expression) of setting an attribute to null.
-
-