Uses of Enum
com.amazonaws.services.cloudformation.model.StackStatus
Packages that use StackStatus
-
Uses of StackStatus in com.amazonaws.services.cloudformation.model
Subclasses with type arguments of type StackStatus in com.amazonaws.services.cloudformation.modelMethods in com.amazonaws.services.cloudformation.model that return StackStatusModifier and TypeMethodDescriptionstatic StackStatusUse this in place of valueOf.static StackStatusReturns the enum constant of this type with the specified name.static StackStatus[]StackStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackStatusModifier and TypeMethodDescriptionvoidStack.setStackStatus(StackStatus stackStatus) Current status of the stack.voidStackSummary.setStackStatus(StackStatus stackStatus) The current status of the stack.Stack.withStackStatus(StackStatus stackStatus) Current status of the stack.StackSummary.withStackStatus(StackStatus stackStatus) The current status of the stack.ListStacksRequest.withStackStatusFilters(StackStatus... stackStatusFilters) Stack status to use as a filter.