Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackDriftInformationSummary
-
Packages that use StackDriftInformationSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackDriftInformationSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftInformationSummary Modifier and Type Method Description StackDriftInformationSummaryStackSummary. driftInformation()Summarizes information about whether a stack'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 StackDriftInformationSummary Modifier and Type Method Description StackSummary.BuilderStackSummary.Builder. driftInformation(StackDriftInformationSummary driftInformation)Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-