| 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 |
|---|---|
Future<ListExecutionsResult> |
AbstractAWSTransferAsync.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
Future<ListExecutionsResult> |
AWSTransferAsync.listExecutionsAsync(ListExecutionsRequest listExecutionsRequest,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler)
Lists all in-progress executions for the specified workflow.
|
Future<ListExecutionsResult> |
AWSTransferAsyncClient.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest |
ListExecutionsRequest.clone() |
ListExecutionsRequest |
ListExecutionsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of executions to return.
|
ListExecutionsRequest |
ListExecutionsRequest.withNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
ListExecutionsRequest |
ListExecutionsRequest.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2023. All rights reserved.