Uses of Class
software.amazon.awssdk.services.transfer.model.ListExecutionsRequest
-
Packages that use ListExecutionsRequest 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.paginators software.amazon.awssdk.services.transfer.transform -
-
Uses of ListExecutionsRequest in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer with parameters of type ListExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>TransferAsyncClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsResponseTransferClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsPublisherTransferAsyncClient. listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsIterableTransferClient. listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow. -
Uses of ListExecutionsRequest in software.amazon.awssdk.services.transfer.paginators
Constructors in software.amazon.awssdk.services.transfer.paginators with parameters of type ListExecutionsRequest Constructor Description ListExecutionsIterable(TransferClient client, ListExecutionsRequest firstRequest)ListExecutionsPublisher(TransferAsyncClient client, ListExecutionsRequest firstRequest) -
Uses of ListExecutionsRequest in software.amazon.awssdk.services.transfer.transform
Methods in software.amazon.awssdk.services.transfer.transform with parameters of type ListExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListExecutionsRequestMarshaller. marshall(ListExecutionsRequest listExecutionsRequest)
-