Uses of Class
software.amazon.awssdk.services.transfer.model.ListFileTransferResultsResponse
-
Packages that use ListFileTransferResultsResponse 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 ListFileTransferResultsResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListFileTransferResultsResponse Modifier and Type Method Description default ListFileTransferResultsResponseTransferClient. listFileTransferResults(Consumer<ListFileTransferResultsRequest.Builder> listFileTransferResultsRequest)Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation.default ListFileTransferResultsResponseTransferClient. listFileTransferResults(ListFileTransferResultsRequest listFileTransferResultsRequest)Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListFileTransferResultsResponse Modifier and Type Method Description default CompletableFuture<ListFileTransferResultsResponse>TransferAsyncClient. listFileTransferResults(Consumer<ListFileTransferResultsRequest.Builder> listFileTransferResultsRequest)Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation.default CompletableFuture<ListFileTransferResultsResponse>TransferAsyncClient. listFileTransferResults(ListFileTransferResultsRequest listFileTransferResultsRequest)Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation. -
Uses of ListFileTransferResultsResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListFileTransferResultsResponse Modifier and Type Method Description Iterator<ListFileTransferResultsResponse>ListFileTransferResultsIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListFileTransferResultsResponse Modifier and Type Method Description voidListFileTransferResultsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFileTransferResultsResponse> subscriber)
-