| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStepType |
WorkflowStepType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkflowStepType |
ExecutionStepResult.stepType()
One of the available step types.
|
WorkflowStepType |
WorkflowStep.type()
Currently, the following step types are supported.
|
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 |
|---|---|
static Set<WorkflowStepType> |
WorkflowStepType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStepResult.Builder |
ExecutionStepResult.Builder.stepType(WorkflowStepType stepType)
One of the available step types.
|
WorkflowStep.Builder |
WorkflowStep.Builder.type(WorkflowStepType type)
Currently, the following step types are supported.
|
Copyright © 2023. All rights reserved.