Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DifferenceStatus
-
Packages that use DifferenceStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of DifferenceStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return DifferenceStatus Modifier and Type Method Description DifferenceStatusPillarDifference. differenceStatus()Indicates the type of change to the pillar.DifferenceStatusQuestionDifference. differenceStatus()Indicates the type of change to the question.static DifferenceStatusDifferenceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DifferenceStatusDifferenceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DifferenceStatus[]DifferenceStatus. 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 DifferenceStatus Modifier and Type Method Description static Set<DifferenceStatus>DifferenceStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type DifferenceStatus Modifier and Type Method Description PillarDifference.BuilderPillarDifference.Builder. differenceStatus(DifferenceStatus differenceStatus)Indicates the type of change to the pillar.QuestionDifference.BuilderQuestionDifference.Builder. differenceStatus(DifferenceStatus differenceStatus)Indicates the type of change to the question.
-