Uses of Class
software.amazon.awssdk.services.cloudformation.model.PropertyDifference
-
Packages that use PropertyDifference Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of PropertyDifference in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PropertyDifference Modifier and Type Method Description List<PropertyDifference>StackInstanceResourceDriftsSummary. propertyDifferences()Status of the actual configuration of the resource compared to its expected configuration.List<PropertyDifference>StackResourceDrift. propertyDifferences()A collection of the resource properties whose actual values differ from their expected values.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type PropertyDifference Modifier and Type Method Description StackInstanceResourceDriftsSummary.BuilderStackInstanceResourceDriftsSummary.Builder. propertyDifferences(PropertyDifference... propertyDifferences)Status of the actual configuration of the resource compared to its expected configuration.StackResourceDrift.BuilderStackResourceDrift.Builder. propertyDifferences(PropertyDifference... propertyDifferences)A collection of the resource properties whose actual values differ from their expected values.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type PropertyDifference Modifier and Type Method Description StackInstanceResourceDriftsSummary.BuilderStackInstanceResourceDriftsSummary.Builder. propertyDifferences(Collection<PropertyDifference> propertyDifferences)Status of the actual configuration of the resource compared to its expected configuration.StackResourceDrift.BuilderStackResourceDrift.Builder. propertyDifferences(Collection<PropertyDifference> propertyDifferences)A collection of the resource properties whose actual values differ from their expected values.
-