Uses of Class
software.amazon.awssdk.services.servicecatalog.model.StackInstanceStatus
-
Packages that use StackInstanceStatus Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of StackInstanceStatus in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.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. stackInstanceStatus()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.servicecatalog.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.servicecatalog.model with parameters of type StackInstanceStatus Modifier and Type Method Description StackInstance.BuilderStackInstance.Builder. stackInstanceStatus(StackInstanceStatus stackInstanceStatus)The status of the stack instance, in terms of its synchronization with its associated stack set.
-