Uses of Class
software.amazon.awssdk.transfer.s3.model.CompletedFileDownload
Packages that use CompletedFileDownload
Package
Description
-
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 CompletedFileDownloadModifier and TypeMethodDescriptionDefaultFileDownload.completionFuture()DefaultPresignedFileDownload.completionFuture()Constructor parameters in software.amazon.awssdk.transfer.s3.internal.model with type arguments of type CompletedFileDownloadModifierConstructorDescriptionDefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture, TransferProgress progress, Supplier<DownloadFileRequest> requestSupplier, ResumableFileDownload resumedDownload) DefaultPresignedFileDownload(CompletableFuture<CompletedFileDownload> completionFuture, TransferProgress progress) -
Uses of CompletedFileDownload in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return CompletedFileDownloadModifier and TypeMethodDescriptionCompletedFileDownload.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 CompletedFileDownloadModifier and TypeMethodDescriptionFileDownload.completionFuture()PresignedFileDownload.completionFuture()