Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackRefactorExecutionStatus
-
Packages that use StackRefactorExecutionStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackRefactorExecutionStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorExecutionStatus Modifier and Type Method Description StackRefactorExecutionStatusDescribeStackRefactorResponse. executionStatus()The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorExecutionStatusStackRefactorSummary. executionStatus()The operation status that's provided after calling the ExecuteStackRefactor action.static StackRefactorExecutionStatusStackRefactorExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StackRefactorExecutionStatusStackRefactorExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StackRefactorExecutionStatus[]StackRefactorExecutionStatus. 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 StackRefactorExecutionStatus Modifier and Type Method Description List<StackRefactorExecutionStatus>ListStackRefactorsRequest. executionStatusFilter()Execution status to use as a filter.static Set<StackRefactorExecutionStatus>StackRefactorExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackRefactorExecutionStatus Modifier and Type Method Description DescribeStackRefactorResponse.BuilderDescribeStackRefactorResponse.Builder. executionStatus(StackRefactorExecutionStatus executionStatus)The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorSummary.BuilderStackRefactorSummary.Builder. executionStatus(StackRefactorExecutionStatus executionStatus)The operation status that's provided after calling the ExecuteStackRefactor action.ListStackRefactorsRequest.BuilderListStackRefactorsRequest.Builder. executionStatusFilter(StackRefactorExecutionStatus... executionStatusFilter)Execution status to use as a filter.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackRefactorExecutionStatus Modifier and Type Method Description ListStackRefactorsRequest.BuilderListStackRefactorsRequest.Builder. executionStatusFilter(Collection<StackRefactorExecutionStatus> executionStatusFilter)Execution status to use as a filter.
-