Uses of Class
org.leo.aws.ddb.data.NullValue
-
Packages that use NullValue Package Description org.leo.aws.ddb.data -
-
Uses of NullValue in org.leo.aws.ddb.data
Methods in org.leo.aws.ddb.data 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.
-