Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceUpdate
-
Packages that use ChoiceUpdate Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceUpdate in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceUpdate Modifier and Type Method Description Map<String,ChoiceUpdate>UpdateAnswerRequest. choiceUpdates()A list of choices to update on a question in your workload.Map<String,ChoiceUpdate>UpdateReviewTemplateAnswerRequest. choiceUpdates()A list of choices to be updated.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ChoiceUpdate Modifier and Type Method Description UpdateAnswerRequest.BuilderUpdateAnswerRequest.Builder. choiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)A list of choices to update on a question in your workload.UpdateReviewTemplateAnswerRequest.BuilderUpdateReviewTemplateAnswerRequest.Builder. choiceUpdates(Map<String,ChoiceUpdate> choiceUpdates)A list of choices to be updated.
-