Uses of Class
software.amazon.awssdk.services.qconnect.model.MessageTemplateQueryOperator
-
Packages that use MessageTemplateQueryOperator Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of MessageTemplateQueryOperator in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return MessageTemplateQueryOperator Modifier and Type Method Description static MessageTemplateQueryOperatorMessageTemplateQueryOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageTemplateQueryOperatorMessageTemplateQueryField. operator()The operator to use for matching attribute field values in the query.static MessageTemplateQueryOperatorMessageTemplateQueryOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTemplateQueryOperator[]MessageTemplateQueryOperator. 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 MessageTemplateQueryOperator Modifier and Type Method Description static Set<MessageTemplateQueryOperator>MessageTemplateQueryOperator. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type MessageTemplateQueryOperator Modifier and Type Method Description MessageTemplateQueryField.BuilderMessageTemplateQueryField.Builder. operator(MessageTemplateQueryOperator operator)The operator to use for matching attribute field values in the query.
-