| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedWorkflow |
ListedWorkflow.clone() |
ListedWorkflow |
ListedWorkflow.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
ListedWorkflow |
ListedWorkflow.withDescription(String description)
Specifies the text description for the workflow.
|
ListedWorkflow |
ListedWorkflow.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedWorkflow> |
ListWorkflowsResult.getWorkflows()
Returns the
Arn, WorkflowId, and Description for each workflow. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(ListedWorkflow... workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowsResult.setWorkflows(Collection<ListedWorkflow> workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(Collection<ListedWorkflow> workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
Copyright © 2025. All rights reserved.