| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStep |
WorkflowStep.clone() |
WorkflowStep |
WorkflowStep.withCopyStepDetails(CopyStepDetails copyStepDetails)
Details for a step that performs a file copy.
|
WorkflowStep |
WorkflowStep.withCustomStepDetails(CustomStepDetails customStepDetails)
Details for a step that invokes an Lambda function.
|
WorkflowStep |
WorkflowStep.withDecryptStepDetails(DecryptStepDetails decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
WorkflowStep |
WorkflowStep.withDeleteStepDetails(DeleteStepDetails deleteStepDetails)
Details for a step that deletes the file.
|
WorkflowStep |
WorkflowStep.withTagStepDetails(TagStepDetails tagStepDetails)
Details for a step that creates one or more tags.
|
WorkflowStep |
WorkflowStep.withType(String type)
Currently, the following step types are supported.
|
WorkflowStep |
WorkflowStep.withType(WorkflowStepType type)
Currently, the following step types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStep> |
CreateWorkflowRequest.getOnExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
List<WorkflowStep> |
DescribedWorkflow.getOnExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
List<WorkflowStep> |
CreateWorkflowRequest.getSteps()
Specifies the details for the steps that are in the specified workflow.
|
List<WorkflowStep> |
DescribedWorkflow.getSteps()
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.withOnExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow |
DescribedWorkflow.withOnExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withSteps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow |
DescribedWorkflow.withSteps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkflowRequest.setOnExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
void |
DescribedWorkflow.setOnExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
void |
CreateWorkflowRequest.setSteps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
void |
DescribedWorkflow.setSteps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withOnExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow |
DescribedWorkflow.withOnExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withSteps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow |
DescribedWorkflow.withSteps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
Copyright © 2025. All rights reserved.