Uses of Class
software.amazon.awssdk.services.wellarchitected.model.PillarDifference
-
Packages that use PillarDifference Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of PillarDifference in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type PillarDifference Modifier and Type Method Description List<PillarDifference>VersionDifferences. pillarDifferences()The differences between the base and latest versions of the lens.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type PillarDifference Modifier and Type Method Description VersionDifferences.BuilderVersionDifferences.Builder. pillarDifferences(PillarDifference... pillarDifferences)The differences between the base and latest versions of the lens.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type PillarDifference Modifier and Type Method Description VersionDifferences.BuilderVersionDifferences.Builder. pillarDifferences(Collection<PillarDifference> pillarDifferences)The differences between the base and latest versions of the lens.
-