Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceReason
-
Packages that use ChoiceReason Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceReason in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ChoiceReason Modifier and Type Method Description static ChoiceReasonChoiceReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChoiceReasonChoiceAnswer. reason()The reason why a choice is non-applicable to a question in your workload.ChoiceReasonChoiceAnswerSummary. reason()The reason why a choice is non-applicable to a question in your workload.ChoiceReasonChoiceUpdate. reason()The reason why a choice is non-applicable to a question in your workload.static ChoiceReasonChoiceReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ChoiceReason[]ChoiceReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceReason Modifier and Type Method Description static Set<ChoiceReason>ChoiceReason. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ChoiceReason Modifier and Type Method Description ChoiceAnswer.BuilderChoiceAnswer.Builder. reason(ChoiceReason reason)The reason why a choice is non-applicable to a question in your workload.ChoiceAnswerSummary.BuilderChoiceAnswerSummary.Builder. reason(ChoiceReason reason)The reason why a choice is non-applicable to a question in your workload.ChoiceUpdate.BuilderChoiceUpdate.Builder. reason(ChoiceReason reason)The reason why a choice is non-applicable to a question in your workload.
-