| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileQuestionUpdate |
ProfileQuestionUpdate.clone() |
ProfileQuestionUpdate |
ProfileQuestionUpdate.withQuestionId(String questionId) |
ProfileQuestionUpdate |
ProfileQuestionUpdate.withSelectedChoiceIds(Collection<String> selectedChoiceIds)
The selected choices.
|
ProfileQuestionUpdate |
ProfileQuestionUpdate.withSelectedChoiceIds(String... selectedChoiceIds)
The selected choices.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileQuestionUpdate> |
CreateProfileRequest.getProfileQuestions()
The profile questions.
|
List<ProfileQuestionUpdate> |
UpdateProfileRequest.getProfileQuestions()
Profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
The profile questions.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProfileRequest.setProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
The profile questions.
|
void |
UpdateProfileRequest.setProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
CreateProfileRequest |
CreateProfileRequest.withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
The profile questions.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
Copyright © 2023. All rights reserved.