Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceStatus
-
Packages that use ChoiceStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ChoiceStatus Modifier and Type Method Description static ChoiceStatusChoiceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChoiceStatusChoiceAnswer. status()The status of a choice.ChoiceStatusChoiceAnswerSummary. status()The status of a choice.ChoiceStatusChoiceUpdate. status()The status of a choice.static ChoiceStatusChoiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChoiceStatus[]ChoiceStatus. 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 ChoiceStatus Modifier and Type Method Description static Set<ChoiceStatus>ChoiceStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ChoiceStatus Modifier and Type Method Description ChoiceAnswer.BuilderChoiceAnswer.Builder. status(ChoiceStatus status)The status of a choice.ChoiceAnswerSummary.BuilderChoiceAnswerSummary.Builder. status(ChoiceStatus status)The status of a choice.ChoiceUpdate.BuilderChoiceUpdate.Builder. status(ChoiceStatus status)The status of a choice.
-