Uses of Class
software.amazon.awssdk.services.transfer.model.ExecutionStepResult
-
Packages that use ExecutionStepResult Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ExecutionStepResult in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ExecutionStepResult Modifier and Type Method 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.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ExecutionStepResult Modifier and Type Method Description ExecutionResults.BuilderExecutionResults.Builder. onExceptionSteps(ExecutionStepResult... onExceptionSteps)Specifies the steps (actions) to take if errors are encountered during execution of the workflow.ExecutionResults.BuilderExecutionResults.Builder. steps(ExecutionStepResult... steps)Specifies the details for the steps that are in the specified workflow.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ExecutionStepResult Modifier and Type Method Description ExecutionResults.BuilderExecutionResults.Builder. onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)Specifies the steps (actions) to take if errors are encountered during execution of the workflow.ExecutionResults.BuilderExecutionResults.Builder. steps(Collection<ExecutionStepResult> steps)Specifies the details for the steps that are in the specified workflow.
-