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