| 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 |
AbstractAWSTransfer.listWorkflows(ListWorkflowsRequest request) |
ListWorkflowsResult |
AWSTransferClient.listWorkflows(ListWorkflowsRequest request)
Lists all workflows associated with your Amazon Web Services account for your current region.
|
ListWorkflowsResult |
AWSTransfer.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists all workflows associated with your Amazon Web Services account for your current region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Lists all workflows associated with your Amazon Web Services account for your current region.
|
Future<ListWorkflowsResult> |
AWSTransferAsyncClient.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.