| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileQuestionUpdate> |
UpdateProfileRequest.profileQuestions()
Profile questions.
|
List<ProfileQuestionUpdate> |
CreateProfileRequest.profileQuestions()
The profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileQuestions(ProfileQuestionUpdate... profileQuestions)
The profile questions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
The profile questions.
|
Copyright © 2023. All rights reserved.