| 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 |
|---|---|
ListExecutionsResult |
AWSTransferClient.listExecutions(ListExecutionsRequest request)
Lists all executions for the specified workflow.
|
ListExecutionsResult |
AbstractAWSTransfer.listExecutions(ListExecutionsRequest request) |
ListExecutionsResult |
AWSTransfer.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists all executions for the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListExecutionsResult> |
AWSTransferAsync.listExecutionsAsync(ListExecutionsRequest listExecutionsRequest,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler)
Lists all executions for the specified workflow.
|
Future<ListExecutionsResult> |
AbstractAWSTransferAsync.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
Future<ListExecutionsResult> |
AWSTransferAsyncClient.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
ListExecutionsResult.clone() |
ListExecutionsResult |
ListExecutionsResult.withExecutions(Collection<ListedExecution> executions)
Returns the details for each execution.
|
ListExecutionsResult |
ListExecutionsResult.withExecutions(ListedExecution... executions)
Returns the details for each execution.
|
ListExecutionsResult |
ListExecutionsResult.withNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
ListExecutionsResult |
ListExecutionsResult.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2022. All rights reserved.