Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftInformationSummary
-
Packages that use StackResourceDriftInformationSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackResourceDriftInformationSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftInformationSummary Modifier and Type Method Description StackResourceDriftInformationSummaryStackResourceSummary. driftInformation()Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackResourceDriftInformationSummary Modifier and Type Method Description StackResourceSummary.BuilderStackResourceSummary.Builder. driftInformation(StackResourceDriftInformationSummary driftInformation)Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-