Uses of Class
software.amazon.awssdk.transfer.s3.model.DownloadFileRequest
Packages that use DownloadFileRequest
Package
Description
-
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 with parameters of type DownloadFileRequestModifier and TypeMethodDescriptiondefault FileDownloadS3TransferManager.downloadFile(DownloadFileRequest downloadRequest) Downloads an object identified by the bucket and key from S3 to a local file. -
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3.internal
Constructor parameters in software.amazon.awssdk.transfer.s3.internal with type arguments of type DownloadFileRequestModifierConstructorDescriptionDownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest, FileDownload> downloadFileFunction) -
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3.internal.model
Constructor parameters in software.amazon.awssdk.transfer.s3.internal.model with type arguments of type DownloadFileRequestModifierConstructorDescriptionDefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture, TransferProgress progress, Supplier<DownloadFileRequest> requestSupplier, ResumableFileDownload resumedDownload) -
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3.internal.utils
Methods in software.amazon.awssdk.transfer.s3.internal.utils that return types with arguments of type DownloadFileRequestModifier and TypeMethodDescriptionResumableRequestConverter.toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload, HeadObjectResponse headObjectResponse, DownloadFileRequest originalDownloadRequest) Methods in software.amazon.awssdk.transfer.s3.internal.utils with parameters of type DownloadFileRequestModifier and TypeMethodDescriptionResumableRequestConverter.toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload, HeadObjectResponse headObjectResponse, DownloadFileRequest originalDownloadRequest) -
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return DownloadFileRequestModifier and TypeMethodDescriptionResumableFileDownload.downloadFileRequest()FailedFileDownload.request()Methods in software.amazon.awssdk.transfer.s3.model with parameters of type DownloadFileRequestModifier and TypeMethodDescriptionResumableFileDownload.Builder.downloadFileRequest(DownloadFileRequest downloadFileRequest) Sets the download file requestFailedFileDownload.Builder.request(DownloadFileRequest request)