| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static CheckStatus |
CheckStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CheckStatus |
CheckSummary.status()
Status associated to the check.
|
CheckStatus |
CheckDetail.status()
Status associated to the check.
|
static CheckStatus |
CheckStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CheckStatus,Integer> |
CheckSummary.accountSummary()
Account summary associated to the check.
|
static Set<CheckStatus> |
CheckStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CheckSummary.Builder |
CheckSummary.Builder.status(CheckStatus status)
Status associated to the check.
|
CheckDetail.Builder |
CheckDetail.Builder.status(CheckStatus status)
Status associated to the check.
|
| Modifier and Type | Method and Description |
|---|---|
CheckSummary.Builder |
CheckSummary.Builder.accountSummary(Map<CheckStatus,Integer> accountSummary)
Account summary associated to the check.
|
Copyright © 2023. All rights reserved.