Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CheckFailureReason
-
Packages that use CheckFailureReason Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CheckFailureReason in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return CheckFailureReason Modifier and Type Method Description static CheckFailureReasonCheckFailureReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CheckFailureReasonCheckDetail. reason()Reason associated to the check.static CheckFailureReasonCheckFailureReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckFailureReason[]CheckFailureReason. 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 CheckFailureReason Modifier and Type Method Description static Set<CheckFailureReason>CheckFailureReason. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type CheckFailureReason Modifier and Type Method Description CheckDetail.BuilderCheckDetail.Builder. reason(CheckFailureReason reason)Reason associated to the check.
-