Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackDriftStatus
-
Packages that use StackDriftStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackDriftStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftStatus Modifier and Type Method Description StackDriftStatusStackInstance. driftStatus()Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.StackDriftStatusStackInstanceSummary. driftStatus()Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.StackDriftStatusStackSetSummary. driftStatus()Status of the stack set's actual configuration compared to its expected template and parameter configuration.static StackDriftStatusStackDriftStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackDriftStatusDescribeStackDriftDetectionStatusResponse. stackDriftStatus()Status of the stack's actual configuration compared to its expected configuration.StackDriftStatusStackDriftInformation. stackDriftStatus()Status of the stack's actual configuration compared to its expected template configuration.StackDriftStatusStackDriftInformationSummary. stackDriftStatus()Status of the stack's actual configuration compared to its expected template configuration.static StackDriftStatusStackDriftStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StackDriftStatus[]StackDriftStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDriftStatus Modifier and Type Method Description static Set<StackDriftStatus>StackDriftStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackDriftStatus Modifier and Type Method Description StackInstance.BuilderStackInstance.Builder. driftStatus(StackDriftStatus driftStatus)Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.StackInstanceSummary.BuilderStackInstanceSummary.Builder. driftStatus(StackDriftStatus driftStatus)Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.StackSetSummary.BuilderStackSetSummary.Builder. driftStatus(StackDriftStatus driftStatus)Status of the stack set's actual configuration compared to its expected template and parameter configuration.DescribeStackDriftDetectionStatusResponse.BuilderDescribeStackDriftDetectionStatusResponse.Builder. stackDriftStatus(StackDriftStatus stackDriftStatus)Status of the stack's actual configuration compared to its expected configuration.StackDriftInformation.BuilderStackDriftInformation.Builder. stackDriftStatus(StackDriftStatus stackDriftStatus)Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.BuilderStackDriftInformationSummary.Builder. stackDriftStatus(StackDriftStatus stackDriftStatus)Status of the stack's actual configuration compared to its expected template configuration.
-