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