Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackSetDriftStatus
Packages that use StackSetDriftStatus
-
Uses of StackSetDriftStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetDriftStatusModifier and TypeMethodDescriptionfinal StackSetDriftStatusStackSetDriftDetectionDetails.driftStatus()Status of the StackSet's actual configuration compared to its expected template and parameter configuration.static StackSetDriftStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static StackSetDriftStatusReturns the enum constant of this type with the specified name.static StackSetDriftStatus[]StackSetDriftStatus.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 StackSetDriftStatusModifier and TypeMethodDescriptionstatic Set<StackSetDriftStatus>StackSetDriftStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetDriftStatusModifier and TypeMethodDescriptionStackSetDriftDetectionDetails.Builder.driftStatus(StackSetDriftStatus driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.