| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults |
ExecutionResults.clone() |
ExecutionResults |
DescribedExecution.getResults()
A structure that describes the execution results.
|
ExecutionResults |
ExecutionResults.withOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults |
ExecutionResults.withOnExceptionSteps(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.
|
ExecutionResults |
ExecutionResults.withSteps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedExecution.setResults(ExecutionResults results)
A structure that describes the execution results.
|
DescribedExecution |
DescribedExecution.withResults(ExecutionResults results)
A structure that describes the execution results.
|
Copyright © 2023. All rights reserved.