Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CheckStatus
-
Packages that use CheckStatus Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CheckStatus in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return CheckStatus Modifier and Type Method Description static CheckStatusCheckStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CheckStatusCheckDetail. status()Status associated to the check.CheckStatusCheckSummary. status()Status associated to the check.static CheckStatusCheckStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckStatus[]CheckStatus. 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 CheckStatus Modifier and Type Method Description Map<CheckStatus,Integer>CheckSummary. accountSummary()Account summary associated to the check.static Set<CheckStatus>CheckStatus. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type CheckStatus Modifier and Type Method Description CheckDetail.BuilderCheckDetail.Builder. status(CheckStatus status)Status associated to the check.CheckSummary.BuilderCheckSummary.Builder. status(CheckStatus status)Status associated to the check.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type CheckStatus Modifier and Type Method Description CheckSummary.BuilderCheckSummary.Builder. accountSummary(Map<CheckStatus,Integer> accountSummary)Account summary associated to the check.
-