| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedWorkflow> |
ListWorkflowsResponse.workflows()
Returns the
Arn, WorkflowId, and Description for each workflow. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.workflows(ListedWorkflow... workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.workflows(Collection<ListedWorkflow> workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ListedWorkflow> |
ListWorkflowsIterable.workflows()
Returns an iterable to iterate through the paginated
ListWorkflowsResponse.workflows() member. |
SdkPublisher<ListedWorkflow> |
ListWorkflowsPublisher.workflows()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.