Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormSection
-
Packages that use EvaluationFormSection Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSection in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSection Modifier and Type Method Description EvaluationFormSectionEvaluationFormItem. section()The information of the section.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormSection Modifier and Type Method Description static EvaluationFormItemEvaluationFormItem. fromSection(EvaluationFormSection section)Create an instance of this class withEvaluationFormItem.section()initialized to the given value.EvaluationFormItem.BuilderEvaluationFormItem.Builder. section(EvaluationFormSection section)The information of the section.
-