Uses of Class
org.leo.aws.ddb.model.NullValue
-
Packages that use NullValue Package Description org.leo.aws.ddb.model -
-
Uses of NullValue in org.leo.aws.ddb.model
Methods in org.leo.aws.ddb.model that return NullValue Modifier and Type Method Description static NullValueNullValue. valueOf(String name)Returns the enum constant of this type with the specified name.static NullValue[]NullValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-