Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormItem
-
Packages that use EvaluationFormItem Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormItem in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormItem Modifier and Type Method Description static EvaluationFormItemEvaluationFormItem. fromQuestion(Consumer<EvaluationFormQuestion.Builder> question)Create an instance of this class withquestion()initialized to the given value.static EvaluationFormItemEvaluationFormItem. fromQuestion(EvaluationFormQuestion question)Create an instance of this class withquestion()initialized to the given value.static EvaluationFormItemEvaluationFormItem. fromSection(Consumer<EvaluationFormSection.Builder> section)Create an instance of this class withsection()initialized to the given value.static EvaluationFormItemEvaluationFormItem. fromSection(EvaluationFormSection section)Create an instance of this class withsection()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormItem Modifier and Type Method Description List<EvaluationFormItem>CreateEvaluationFormRequest. items()Items that are part of the evaluation form.List<EvaluationFormItem>EvaluationForm. items()Items that are part of the evaluation form.List<EvaluationFormItem>EvaluationFormContent. items()Items that are part of the evaluation form.List<EvaluationFormItem>EvaluationFormSection. items()The items of the section.List<EvaluationFormItem>UpdateEvaluationFormRequest. items()Items that are part of the evaluation form.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormItem Modifier and Type Method Description CreateEvaluationFormRequest.BuilderCreateEvaluationFormRequest.Builder. items(EvaluationFormItem... items)Items that are part of the evaluation form.EvaluationForm.BuilderEvaluationForm.Builder. items(EvaluationFormItem... items)Items that are part of the evaluation form.EvaluationFormContent.BuilderEvaluationFormContent.Builder. items(EvaluationFormItem... items)Items that are part of the evaluation form.EvaluationFormSection.BuilderEvaluationFormSection.Builder. items(EvaluationFormItem... items)The items of the section.UpdateEvaluationFormRequest.BuilderUpdateEvaluationFormRequest.Builder. items(EvaluationFormItem... items)Items that are part of the evaluation form.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EvaluationFormItem Modifier and Type Method Description CreateEvaluationFormRequest.BuilderCreateEvaluationFormRequest.Builder. items(Collection<EvaluationFormItem> items)Items that are part of the evaluation form.EvaluationForm.BuilderEvaluationForm.Builder. items(Collection<EvaluationFormItem> items)Items that are part of the evaluation form.EvaluationFormContent.BuilderEvaluationFormContent.Builder. items(Collection<EvaluationFormItem> items)Items that are part of the evaluation form.EvaluationFormSection.BuilderEvaluationFormSection.Builder. items(Collection<EvaluationFormItem> items)The items of the section.UpdateEvaluationFormRequest.BuilderUpdateEvaluationFormRequest.Builder. items(Collection<EvaluationFormItem> items)Items that are part of the evaluation form.
-