| 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 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.
|
ListWorkflowsResult |
AbstractAWSTransfer.listWorkflows(ListWorkflowsRequest request) |
Future<ListWorkflowsResult> |
AWSTransferAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request) |
Future<ListWorkflowsResult> |
AWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest)
Lists all workflows associated with your Amazon Web Services account for your current region.
|
Future<ListWorkflowsResult> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request) |
Future<ListWorkflowsResult> |
AWSTransferAsyncClient.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> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
| 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 workflows associated with your Amazon Web Services account for your current region.
|
Future<ListWorkflowsResult> |
AbstractAWSTransferAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withNextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
Copyright © 2025. All rights reserved.