Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackDriftStatus
Packages that use StackDriftStatus
-
Uses of StackDriftStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftStatusModifier and TypeMethodDescriptionfinal StackDriftStatusStackInstance.driftStatus()Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the StackSet it belongs to.final StackDriftStatusStackInstanceSummary.driftStatus()Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the StackSet it belongs to.final StackDriftStatusStackSetSummary.driftStatus()Status of the StackSet's actual configuration compared to its expected template and parameter configuration.static StackDriftStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackDriftStatusDescribeChangeSetResponse.stackDriftStatus()The drift status of the stack when the change set was created.final StackDriftStatusDescribeStackDriftDetectionStatusResponse.stackDriftStatus()Status of the stack's actual configuration compared to its expected configuration.final StackDriftStatusStackDriftInformation.stackDriftStatus()Status of the stack's actual configuration compared to its expected template configuration.final StackDriftStatusStackDriftInformationSummary.stackDriftStatus()Status of the stack's actual configuration compared to its expected template configuration.static StackDriftStatusReturns 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 StackDriftStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackDriftStatusModifier and TypeMethodDescriptionStackInstance.Builder.driftStatus(StackDriftStatus driftStatus) Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the StackSet it belongs to.StackInstanceSummary.Builder.driftStatus(StackDriftStatus driftStatus) Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the StackSet it belongs to.StackSetSummary.Builder.driftStatus(StackDriftStatus driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.DescribeChangeSetResponse.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) The drift status of the stack when the change set was created.DescribeStackDriftDetectionStatusResponse.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected configuration.StackDriftInformation.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected template configuration.