Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionOption
-
Packages that use EvaluationFormSingleSelectQuestionOption Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionOption in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSingleSelectQuestionOption Modifier and Type Method Description List<EvaluationFormSingleSelectQuestionOption>EvaluationFormSingleSelectQuestionProperties. options()The answer options of the single select question.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormSingleSelectQuestionOption Modifier and Type Method Description EvaluationFormSingleSelectQuestionProperties.BuilderEvaluationFormSingleSelectQuestionProperties.Builder. options(EvaluationFormSingleSelectQuestionOption... options)The answer options of the single select question.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormSingleSelectQuestionOption Modifier and Type Method Description EvaluationFormSingleSelectQuestionProperties.BuilderEvaluationFormSingleSelectQuestionProperties.Builder. options(Collection<EvaluationFormSingleSelectQuestionOption> options)The answer options of the single select question.
-