| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
DifferenceStatus |
PillarDifference.differenceStatus()
Indicates the type of change to the pillar.
|
DifferenceStatus |
QuestionDifference.differenceStatus()
Indicates the type of change to the question.
|
static DifferenceStatus |
DifferenceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DifferenceStatus |
DifferenceStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DifferenceStatus> |
DifferenceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PillarDifference.Builder |
PillarDifference.Builder.differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the pillar.
|
QuestionDifference.Builder |
QuestionDifference.Builder.differenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
|
Copyright © 2023. All rights reserved.