| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceUpdate |
ChoiceUpdate.clone() |
ChoiceUpdate |
ChoiceUpdate.withNotes(String notes)
The notes associated with a choice.
|
ChoiceUpdate |
ChoiceUpdate.withReason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate |
ChoiceUpdate.withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate |
ChoiceUpdate.withStatus(ChoiceStatus status)
The status of a choice.
|
ChoiceUpdate |
ChoiceUpdate.withStatus(String status)
The status of a choice.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChoiceUpdate> |
UpdateAnswerRequest.getChoiceUpdates()
A list of choices to update on a question in your workload.
|
Map<String,ChoiceUpdate> |
UpdateReviewTemplateAnswerRequest.getChoiceUpdates()
A list of choices to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnswerRequest |
UpdateAnswerRequest.addChoiceUpdatesEntry(String key,
ChoiceUpdate value)
Add a single ChoiceUpdates entry
|
UpdateReviewTemplateAnswerRequest |
UpdateReviewTemplateAnswerRequest.addChoiceUpdatesEntry(String key,
ChoiceUpdate value)
Add a single ChoiceUpdates entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAnswerRequest.setChoiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to update on a question in your workload.
|
void |
UpdateReviewTemplateAnswerRequest.setChoiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to be updated.
|
UpdateAnswerRequest |
UpdateAnswerRequest.withChoiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to update on a question in your workload.
|
UpdateReviewTemplateAnswerRequest |
UpdateReviewTemplateAnswerRequest.withChoiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)
A list of choices to be updated.
|
Copyright © 2024. All rights reserved.