Uses of Class
software.amazon.awssdk.services.wisdom.model.FilterOperator
-
Packages that use FilterOperator Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of FilterOperator in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FilterOperatorFilter. operator()The operator to use for comparing the field’s value with the provided value.static FilterOperatorFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type FilterOperator Modifier and Type Method Description static Set<FilterOperator>FilterOperator. knownValues()Methods in software.amazon.awssdk.services.wisdom.model with parameters of type FilterOperator Modifier and Type Method Description Filter.BuilderFilter.Builder. operator(FilterOperator operator)The operator to use for comparing the field’s value with the provided value.
-