Uses of Class
software.amazon.awssdk.transfer.s3.model.DownloadFileRequest
-
-
Uses of DownloadFileRequest in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 with parameters of type DownloadFileRequest Modifier and Type Method Description default 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 DownloadFileRequest Constructor Description DownloadDirectoryHelper(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 DownloadFileRequest Constructor Description DefaultFileDownload(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 DownloadFileRequest Modifier and Type Method Description static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>>ResumableRequestConverter. toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload, HeadObjectResponse headObjectResponse, DownloadFileRequest originalDownloadRequest)Methods in software.amazon.awssdk.transfer.s3.internal.utils with parameters of type DownloadFileRequest Modifier and Type Method Description static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>>ResumableRequestConverter. 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 DownloadFileRequest Modifier and Type Method Description DownloadFileRequestResumableFileDownload. downloadFileRequest()DownloadFileRequestFailedFileDownload. request()Methods in software.amazon.awssdk.transfer.s3.model with parameters of type DownloadFileRequest Modifier and Type Method Description ResumableFileDownload.BuilderResumableFileDownload.Builder. downloadFileRequest(DownloadFileRequest downloadFileRequest)Sets the download file requestFailedFileDownload.BuilderFailedFileDownload.Builder. request(DownloadFileRequest request)
-