Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackRefactorStatus
Packages that use StackRefactorStatus
-
Uses of StackRefactorStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorStatusModifier and TypeMethodDescriptionstatic StackRefactorStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackRefactorStatusDescribeStackRefactorResponse.status()The stack refactor operation status that's provided after calling the CreateStackRefactor action.final StackRefactorStatusStackRefactorSummary.status()The stack refactor operation status that's provided after calling the CreateStackRefactor action.static StackRefactorStatusReturns the enum constant of this type with the specified name.static StackRefactorStatus[]StackRefactorStatus.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 StackRefactorStatusModifier and TypeMethodDescriptionstatic Set<StackRefactorStatus>StackRefactorStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackRefactorStatusModifier and TypeMethodDescriptionDescribeStackRefactorResponse.Builder.status(StackRefactorStatus status) The stack refactor operation status that's provided after calling the CreateStackRefactor action.StackRefactorSummary.Builder.status(StackRefactorStatus status) The stack refactor operation status that's provided after calling the CreateStackRefactor action.