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