| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileQuestion |
ProfileQuestion.clone() |
ProfileQuestion |
ProfileQuestion.withMaxSelectedChoices(Integer maxSelectedChoices)
The maximum number of selected choices.
|
ProfileQuestion |
ProfileQuestion.withMinSelectedChoices(Integer minSelectedChoices)
The minimum number of selected choices.
|
ProfileQuestion |
ProfileQuestion.withQuestionChoices(Collection<ProfileChoice> questionChoices)
The question choices.
|
ProfileQuestion |
ProfileQuestion.withQuestionChoices(ProfileChoice... questionChoices)
The question choices.
|
ProfileQuestion |
ProfileQuestion.withQuestionDescription(String questionDescription) |
ProfileQuestion |
ProfileQuestion.withQuestionId(String questionId) |
ProfileQuestion |
ProfileQuestion.withQuestionTitle(String questionTitle) |
ProfileQuestion |
ProfileQuestion.withSelectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
|
ProfileQuestion |
ProfileQuestion.withSelectedChoiceIds(String... selectedChoiceIds)
The selected choices.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileQuestion> |
Profile.getProfileQuestions()
Profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.withProfileQuestions(ProfileQuestion... profileQuestions)
Profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.setProfileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
|
Profile |
Profile.withProfileQuestions(Collection<ProfileQuestion> profileQuestions)
Profile questions.
|
Copyright © 2024. All rights reserved.