Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseQueryOperator
-
Packages that use QuickResponseQueryOperator Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QuickResponseQueryOperator in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QuickResponseQueryOperator Modifier and Type Method Description static QuickResponseQueryOperatorQuickResponseQueryOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuickResponseQueryOperatorQuickResponseQueryField. operator()The operator to use for matching attribute field values in the query.static QuickResponseQueryOperatorQuickResponseQueryOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static QuickResponseQueryOperator[]QuickResponseQueryOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QuickResponseQueryOperator Modifier and Type Method Description static Set<QuickResponseQueryOperator>QuickResponseQueryOperator. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseQueryOperator Modifier and Type Method Description QuickResponseQueryField.BuilderQuickResponseQueryField.Builder. operator(QuickResponseQueryOperator operator)The operator to use for matching attribute field values in the query.
-