| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
PillarDifference |
PillarDifference.clone() |
PillarDifference |
PillarDifference.withDifferenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the pillar.
|
PillarDifference |
PillarDifference.withDifferenceStatus(String differenceStatus)
Indicates the type of change to the pillar.
|
PillarDifference |
PillarDifference.withPillarId(String pillarId) |
PillarDifference |
PillarDifference.withPillarName(String pillarName) |
PillarDifference |
PillarDifference.withQuestionDifferences(Collection<QuestionDifference> questionDifferences)
List of question differences.
|
PillarDifference |
PillarDifference.withQuestionDifferences(QuestionDifference... questionDifferences)
List of question differences.
|
| Modifier and Type | Method and Description |
|---|---|
List<PillarDifference> |
VersionDifferences.getPillarDifferences()
The differences between the base and latest versions of the lens.
|
| Modifier and Type | Method and Description |
|---|---|
VersionDifferences |
VersionDifferences.withPillarDifferences(PillarDifference... pillarDifferences)
The differences between the base and latest versions of the lens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionDifferences.setPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
|
VersionDifferences |
VersionDifferences.withPillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
|
Copyright © 2023. All rights reserved.