| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepStatus |
StepStatus.fromValue(String value)
Use this in place of valueOf.
|
static StepStatus |
StepStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepStatus[] |
StepStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepSummary |
WorkflowStepSummary.withStatus(StepStatus status)
The status of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStatus(StepStatus status)
The status of the step.
|
RetryWorkflowStepResult |
RetryWorkflowStepResult.withStatus(StepStatus status)
The status of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStatus(StepStatus status)
The status of the step.
|
Copyright © 2022. All rights reserved.