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