Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.SearchFieldOperator
-
Packages that use SearchFieldOperator Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of SearchFieldOperator in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return SearchFieldOperator Modifier and Type Method Description static SearchFieldOperatorSearchFieldOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchFieldOperatorSearchField. operator()The operator used to compare field values, currentlyEQUALSorINCLUDES.static SearchFieldOperatorSearchFieldOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchFieldOperator[]SearchFieldOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type SearchFieldOperator Modifier and Type Method Description static Set<SearchFieldOperator>SearchFieldOperator. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type SearchFieldOperator Modifier and Type Method Description SearchField.BuilderSearchField.Builder. operator(SearchFieldOperator operator)The operator used to compare field values, currentlyEQUALSorINCLUDES.
-