Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackInstanceStatus
Packages that use StackInstanceStatus
-
Uses of StackInstanceStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackInstanceStatusModifier and TypeMethodDescriptionstatic StackInstanceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackInstanceStatusStackInstance.status()The status of the stack instance, in terms of its synchronization with its associated stack set.final StackInstanceStatusStackInstanceSummary.status()The status of the stack instance, in terms of its synchronization with its associated stack set.static StackInstanceStatusReturns 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 StackInstanceStatusModifier and TypeMethodDescriptionstatic Set<StackInstanceStatus>StackInstanceStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackInstanceStatusModifier and TypeMethodDescriptionStackInstance.Builder.status(StackInstanceStatus status) The status of the stack instance, in terms of its synchronization with its associated stack set.StackInstanceSummary.Builder.status(StackInstanceStatus status) The status of the stack instance, in terms of its synchronization with its associated stack set.