| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStepType |
WorkflowStepType.fromValue(String value)
Use this in place of valueOf.
|
static WorkflowStepType |
WorkflowStepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStepType[] |
WorkflowStepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStepResult |
ExecutionStepResult.withStepType(WorkflowStepType stepType)
One of the available step types.
|
WorkflowStep |
WorkflowStep.withType(WorkflowStepType type)
Currently, the following step types are supported.
|
Copyright © 2024. All rights reserved.