| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the File
Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP)
directly into and out of Amazon Simple Storage Service (Amazon S3).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
AWSTransferClient.listWorkflows(ListWorkflowsRequest request)
Lists all of your workflows.
|
ListWorkflowsResult |
AbstractAWSTransfer.listWorkflows(ListWorkflowsRequest request) |
ListWorkflowsResult |
AWSTransfer.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists all of your workflows.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSTransferAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Lists all of your workflows.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.clone() |
ListWorkflowsResult |
ListWorkflowsResult.withNextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(Collection<ListedWorkflow> workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(ListedWorkflow... workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
Copyright © 2022. All rights reserved.