Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackStatus
Packages that use StackStatus
-
Uses of StackStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackStatusModifier and TypeMethodDescriptionstatic StackStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackStatusStack.stackStatus()Current status of the stack.final StackStatusStackSummary.stackStatus()The current status of the stack.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackStatusModifier and TypeMethodDescriptionstatic Set<StackStatus>StackStatus.knownValues()final List<StackStatus>ListStacksRequest.stackStatusFilters()Stack status to use as a filter.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackStatusModifier and TypeMethodDescriptionStack.Builder.stackStatus(StackStatus stackStatus) Current status of the stack.StackSummary.Builder.stackStatus(StackStatus stackStatus) The current status of the stack.ListStacksRequest.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 StackStatusModifier and TypeMethodDescriptionListStacksRequest.Builder.stackStatusFilters(Collection<StackStatus> stackStatusFilters) Stack status to use as a filter.