| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormItem |
EvaluationFormItem.clone() |
EvaluationFormItem |
EvaluationFormItem.withQuestion(EvaluationFormQuestion question)
The information of the question.
|
EvaluationFormItem |
EvaluationFormItem.withSection(EvaluationFormSection section)
The information of the section.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationFormItem> |
UpdateEvaluationFormRequest.getItems()
Items that are part of the evaluation form.
|
List<EvaluationFormItem> |
CreateEvaluationFormRequest.getItems()
Items that are part of the evaluation form.
|
List<EvaluationFormItem> |
EvaluationFormContent.getItems()
Items that are part of the evaluation form.
|
List<EvaluationFormItem> |
EvaluationFormSection.getItems()
The items of the section.
|
List<EvaluationFormItem> |
EvaluationForm.getItems()
Items that are part of the evaluation form.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEvaluationFormRequest |
UpdateEvaluationFormRequest.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
CreateEvaluationFormRequest |
CreateEvaluationFormRequest.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
EvaluationFormSection |
EvaluationFormSection.withItems(EvaluationFormItem... items)
The items of the section.
|
EvaluationForm |
EvaluationForm.withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEvaluationFormRequest.setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
void |
CreateEvaluationFormRequest.setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
void |
EvaluationFormContent.setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
void |
EvaluationFormSection.setItems(Collection<EvaluationFormItem> items)
The items of the section.
|
void |
EvaluationForm.setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
UpdateEvaluationFormRequest |
UpdateEvaluationFormRequest.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
CreateEvaluationFormRequest |
CreateEvaluationFormRequest.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
EvaluationFormContent.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
EvaluationFormSection |
EvaluationFormSection.withItems(Collection<EvaluationFormItem> items)
The items of the section.
|
EvaluationForm |
EvaluationForm.withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
Copyright © 2023. All rights reserved.