| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default ListExecutionsResponse |
TransferClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all in-progress executions for the specified workflow.
|
default CompletableFuture<ListExecutionsResponse> |
TransferAsyncClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all in-progress executions for the specified workflow.
|
default ListExecutionsIterable |
TransferClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all in-progress executions for the specified workflow.
|
default ListExecutionsPublisher |
TransferAsyncClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all in-progress executions for the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static ListExecutionsRequest.Builder |
ListExecutionsRequest.builder() |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of executions to return.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.nextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExecutionsRequest.Builder |
ListExecutionsRequest.toBuilder() |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.workflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListExecutionsRequest.Builder> |
ListExecutionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.