Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationFormQuestionTypeProperties.Builder
-
Packages that use EvaluationFormQuestionTypeProperties.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormQuestionTypeProperties.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormQuestionTypeProperties.Builder Modifier and Type Method Description static Class<? extends EvaluationFormQuestionTypeProperties.Builder>EvaluationFormQuestionTypeProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormQuestionTypeProperties.Builder Modifier and Type Method Description default EvaluationFormQuestion.BuilderEvaluationFormQuestion.Builder. questionTypeProperties(Consumer<EvaluationFormQuestionTypeProperties.Builder> questionTypeProperties)The properties of the type of question.
-