Uses of Class
com.amazonaws.services.cloudformation.model.StackStatus
-
Packages that use StackStatus Package Description com.amazonaws.services.cloudformation.model -
-
Uses of StackStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackStatus Modifier and Type Method Description static StackStatusStackStatus. fromValue(String value)Use this in place of valueOf.static StackStatusStackStatus. valueOf(String name)Returns 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 StackStatus Modifier and Type Method Description voidStack. setStackStatus(StackStatus stackStatus)Current status of the stack.voidStackSummary. setStackStatus(StackStatus stackStatus)The current status of the stack.StackStack. withStackStatus(StackStatus stackStatus)Current status of the stack.StackSummaryStackSummary. withStackStatus(StackStatus stackStatus)The current status of the stack.ListStacksRequestListStacksRequest. withStackStatusFilters(StackStatus... stackStatusFilters)Stack status to use as a filter.
-