Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackInstanceStatus
-
Packages that use StackInstanceStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackInstanceStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackInstanceStatus Modifier and Type Method Description static StackInstanceStatusStackInstanceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackInstanceStatusStackInstance. status()The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstanceStatusStackInstanceSummary. status()The status of the stack instance, in terms of its synchronization with its associated stack set.static StackInstanceStatusStackInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StackInstanceStatus[]StackInstanceStatus. 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 StackInstanceStatus Modifier and Type Method Description static Set<StackInstanceStatus>StackInstanceStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackInstanceStatus Modifier and Type Method Description StackInstance.BuilderStackInstance.Builder. status(StackInstanceStatus status)The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstanceSummary.BuilderStackInstanceSummary.Builder. status(StackInstanceStatus status)The status of the stack instance, in terms of its synchronization with its associated stack set.
-