Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackRefactorExecutionStatus
Packages that use StackRefactorExecutionStatus
-
Uses of StackRefactorExecutionStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorExecutionStatusModifier and TypeMethodDescriptionDescribeStackRefactorResponse.executionStatus()The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorSummary.executionStatus()The operation status that's provided after calling the ExecuteStackRefactor action.static StackRefactorExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static StackRefactorExecutionStatusReturns 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 StackRefactorExecutionStatusModifier and TypeMethodDescriptionfinal 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 StackRefactorExecutionStatusModifier and TypeMethodDescriptionDescribeStackRefactorResponse.Builder.executionStatus(StackRefactorExecutionStatus executionStatus) The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorSummary.Builder.executionStatus(StackRefactorExecutionStatus executionStatus) The operation status that's provided after calling the ExecuteStackRefactor action.ListStackRefactorsRequest.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 StackRefactorExecutionStatusModifier and TypeMethodDescriptionListStackRefactorsRequest.Builder.executionStatusFilter(Collection<StackRefactorExecutionStatus> executionStatusFilter) Execution status to use as a filter.