| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedWorkflow |
DescribedWorkflow.clone() |
DescribedWorkflow |
DescribeWorkflowResult.getWorkflow()
The structure that contains the details of the workflow.
|
DescribedWorkflow |
DescribedWorkflow.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
DescribedWorkflow |
DescribedWorkflow.withDescription(String description)
Specifies the text description for the workflow.
|
DescribedWorkflow |
DescribedWorkflow.withOnExceptionSteps(Collection<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.
|
DescribedWorkflow |
DescribedWorkflow.withSteps(Collection<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.
|
DescribedWorkflow |
DescribedWorkflow.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow |
DescribedWorkflow.withTags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow |
DescribedWorkflow.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkflowResult.setWorkflow(DescribedWorkflow workflow)
The structure that contains the details of the workflow.
|
DescribeWorkflowResult |
DescribeWorkflowResult.withWorkflow(DescribedWorkflow workflow)
The structure that contains the details of the workflow.
|
Copyright © 2025. All rights reserved.