Uses of Class
software.amazon.awssdk.services.chatbot.model.CustomActionAttachmentCriteriaOperator
-
Packages that use CustomActionAttachmentCriteriaOperator Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionAttachmentCriteriaOperator in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return CustomActionAttachmentCriteriaOperator Modifier and Type Method Description static CustomActionAttachmentCriteriaOperatorCustomActionAttachmentCriteriaOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomActionAttachmentCriteriaOperatorCustomActionAttachmentCriteria. operator()The operation to perform on the named variable.static CustomActionAttachmentCriteriaOperatorCustomActionAttachmentCriteriaOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomActionAttachmentCriteriaOperator[]CustomActionAttachmentCriteriaOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CustomActionAttachmentCriteriaOperator Modifier and Type Method Description static Set<CustomActionAttachmentCriteriaOperator>CustomActionAttachmentCriteriaOperator. knownValues()Methods in software.amazon.awssdk.services.chatbot.model with parameters of type CustomActionAttachmentCriteriaOperator Modifier and Type Method Description CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria.Builder. operator(CustomActionAttachmentCriteriaOperator operator)The operation to perform on the named variable.
-