Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackRefactorStatus
-
Packages that use StackRefactorStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackRefactorStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorStatus Modifier and Type Method Description static StackRefactorStatusStackRefactorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackRefactorStatusDescribeStackRefactorResponse. status()The stack refactor operation status that's provided after calling the CreateStackRefactor action.StackRefactorStatusStackRefactorSummary. status()The stack refactor operation status that's provided after calling the CreateStackRefactor action.static StackRefactorStatusStackRefactorStatus. valueOf(String name)Returns 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 StackRefactorStatus Modifier and Type Method Description static Set<StackRefactorStatus>StackRefactorStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackRefactorStatus Modifier and Type Method Description DescribeStackRefactorResponse.BuilderDescribeStackRefactorResponse.Builder. status(StackRefactorStatus status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.StackRefactorSummary.BuilderStackRefactorSummary.Builder. status(StackRefactorStatus status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.
-