Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackStatus
-
Packages that use StackStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackStatus Modifier and Type Method Description static StackStatusStackStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackStatusStack. stackStatus()Current status of the stack.StackStatusStackSummary. stackStatus()The current status of the stack.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackStatus Modifier and Type Method Description static Set<StackStatus>StackStatus. knownValues()List<StackStatus>ListStacksRequest. stackStatusFilters()Stack status to use as a filter.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackStatus Modifier and Type Method Description Stack.BuilderStack.Builder. stackStatus(StackStatus stackStatus)Current status of the stack.StackSummary.BuilderStackSummary.Builder. stackStatus(StackStatus stackStatus)The current status of the stack.ListStacksRequest.BuilderListStacksRequest.Builder. stackStatusFilters(StackStatus... stackStatusFilters)Stack status to use as a filter.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackStatus Modifier and Type Method Description ListStacksRequest.BuilderListStacksRequest.Builder. stackStatusFilters(Collection<StackStatus> stackStatusFilters)Stack status to use as a filter.
-