Uses of Class
software.amazon.awssdk.services.cloudformation.model.PropertyDifference
Packages that use PropertyDifference
-
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 PropertyDifferenceModifier and TypeMethodDescriptionfinal List<PropertyDifference>StackInstanceResourceDriftsSummary.propertyDifferences()Status of the actual configuration of the resource compared to its expected configuration.final 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 PropertyDifferenceModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.Builder.propertyDifferences(PropertyDifference... propertyDifferences) Status of the actual configuration of the resource compared to its expected configuration.StackResourceDrift.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 PropertyDifferenceModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences) Status of the actual configuration of the resource compared to its expected configuration.StackResourceDrift.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences) A collection of the resource properties whose actual values differ from their expected values.