Uses of Class
software.amazon.awssdk.services.transfer.model.ExecutionError
-
Packages that use ExecutionError Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ExecutionError in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ExecutionError Modifier and Type Method Description ExecutionErrorExecutionStepResult. error()Specifies the details for an error, if it occurred during execution of the specified workflow step.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ExecutionError Modifier and Type Method Description ExecutionStepResult.BuilderExecutionStepResult.Builder. error(ExecutionError error)Specifies the details for an error, if it occurred during execution of the specified workflow step.
-