| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileChoice |
ProfileChoice.clone() |
ProfileChoice |
ProfileChoice.withChoiceDescription(String choiceDescription) |
ProfileChoice |
ProfileChoice.withChoiceId(String choiceId) |
ProfileChoice |
ProfileChoice.withChoiceTitle(String choiceTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileChoice> |
ProfileQuestion.getQuestionChoices()
The question choices.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileQuestion |
ProfileQuestion.withQuestionChoices(ProfileChoice... questionChoices)
The question choices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileQuestion.setQuestionChoices(Collection<ProfileChoice> questionChoices)
The question choices.
|
ProfileQuestion |
ProfileQuestion.withQuestionChoices(Collection<ProfileChoice> questionChoices)
The question choices.
|
Copyright © 2023. All rights reserved.