| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionStepResult> |
ExecutionResults.onExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
List<ExecutionStepResult> |
ExecutionResults.steps()
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
Copyright © 2023. All rights reserved.