Uses of Class
software.amazon.awssdk.services.transfer.model.ListExecutionsResponse
-
Packages that use ListExecutionsResponse 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 -
-
Uses of ListExecutionsResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListExecutionsResponse Modifier and Type Method Description default ListExecutionsResponseTransferClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow.default ListExecutionsResponseTransferClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>TransferAsyncClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all in-progress executions for the specified workflow.default CompletableFuture<ListExecutionsResponse>TransferAsyncClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Lists all in-progress executions for the specified workflow. -
Uses of ListExecutionsResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description Iterator<ListExecutionsResponse>ListExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListExecutionsResponse Modifier and Type Method Description voidListExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExecutionsResponse> subscriber)
-