| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStepResult |
ExecutionStepResult.clone() |
ExecutionStepResult |
ExecutionStepResult.withError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workfow step.
|
ExecutionStepResult |
ExecutionStepResult.withOutputs(String outputs)
The values for the key/value pair applied as a tag to the file.
|
ExecutionStepResult |
ExecutionStepResult.withStepType(String stepType)
One of the available step types.
|
ExecutionStepResult |
ExecutionStepResult.withStepType(WorkflowStepType stepType)
One of the available step types.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionStepResult> |
ExecutionResults.getOnExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
List<ExecutionStepResult> |
ExecutionResults.getSteps()
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults |
ExecutionResults.withOnExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults |
ExecutionResults.withSteps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResults.setOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
void |
ExecutionResults.setSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults |
ExecutionResults.withOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults |
ExecutionResults.withSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
Copyright © 2022. All rights reserved.