Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionAutomationOption
-
Packages that use EvaluationFormSingleSelectQuestionAutomationOption Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionAutomationOption in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSingleSelectQuestionAutomationOption Modifier and Type Method Description static EvaluationFormSingleSelectQuestionAutomationOptionEvaluationFormSingleSelectQuestionAutomationOption. fromRuleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)Create an instance of this class withruleCategory()initialized to the given value.static EvaluationFormSingleSelectQuestionAutomationOptionEvaluationFormSingleSelectQuestionAutomationOption. fromRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)Create an instance of this class withruleCategory()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSingleSelectQuestionAutomationOption Modifier and Type Method Description List<EvaluationFormSingleSelectQuestionAutomationOption>EvaluationFormSingleSelectQuestionAutomation. options()The automation options of the single select question.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormSingleSelectQuestionAutomationOption Modifier and Type Method Description EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. options(EvaluationFormSingleSelectQuestionAutomationOption... options)The automation options of the single select question.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormSingleSelectQuestionAutomationOption Modifier and Type Method Description EvaluationFormSingleSelectQuestionAutomation.BuilderEvaluationFormSingleSelectQuestionAutomation.Builder. options(Collection<EvaluationFormSingleSelectQuestionAutomationOption> options)The automation options of the single select question.
-