Uses of Class
software.amazon.awssdk.transfer.s3.model.CompletedFileDownload
-
Packages that use CompletedFileDownload Package Description software.amazon.awssdk.transfer.s3.internal.model software.amazon.awssdk.transfer.s3.model -
-
Uses of CompletedFileDownload in software.amazon.awssdk.transfer.s3.internal.model
Methods in software.amazon.awssdk.transfer.s3.internal.model that return types with arguments of type CompletedFileDownload Modifier and Type Method Description CompletableFuture<CompletedFileDownload>DefaultFileDownload. completionFuture()Constructor parameters in software.amazon.awssdk.transfer.s3.internal.model with type arguments of type CompletedFileDownload Constructor Description DefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture, TransferProgress progress, Supplier<DownloadFileRequest> requestSupplier, ResumableFileDownload resumedDownload) -
Uses of CompletedFileDownload in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return CompletedFileDownload Modifier and Type Method Description CompletedFileDownloadCompletedFileDownload.Builder. build()Builds aCompletedFileUploadbased on the properties supplied to this builderMethods in software.amazon.awssdk.transfer.s3.model that return types with arguments of type CompletedFileDownload Modifier and Type Method Description CompletableFuture<CompletedFileDownload>FileDownload. completionFuture()
-