| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
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) or Amazon EFS.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
AWSTransferClient.listWorkflows(ListWorkflowsRequest request)
Lists all of your workflows.
|
ListWorkflowsResult |
AWSTransfer.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists all of your workflows.
|
ListWorkflowsResult |
AbstractAWSTransfer.listWorkflows(ListWorkflowsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListWorkflowsResult> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
| 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 © 2023. All rights reserved.