Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormQuestionTypeProperties
-
Packages that use EvaluationFormQuestionTypeProperties Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormQuestionTypeProperties in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormQuestionTypeProperties Modifier and Type Method Description static EvaluationFormQuestionTypePropertiesEvaluationFormQuestionTypeProperties. fromNumeric(Consumer<EvaluationFormNumericQuestionProperties.Builder> numeric)Create an instance of this class withnumeric()initialized to the given value.static EvaluationFormQuestionTypePropertiesEvaluationFormQuestionTypeProperties. fromNumeric(EvaluationFormNumericQuestionProperties numeric)Create an instance of this class withnumeric()initialized to the given value.static EvaluationFormQuestionTypePropertiesEvaluationFormQuestionTypeProperties. fromSingleSelect(Consumer<EvaluationFormSingleSelectQuestionProperties.Builder> singleSelect)Create an instance of this class withsingleSelect()initialized to the given value.static EvaluationFormQuestionTypePropertiesEvaluationFormQuestionTypeProperties. fromSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)Create an instance of this class withsingleSelect()initialized to the given value.EvaluationFormQuestionTypePropertiesEvaluationFormQuestion. questionTypeProperties()The properties of the type of question.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormQuestionTypeProperties Modifier and Type Method Description EvaluationFormQuestion.BuilderEvaluationFormQuestion.Builder. questionTypeProperties(EvaluationFormQuestionTypeProperties questionTypeProperties)The properties of the type of question.
-