| Modifier and Type | Method and Description |
|---|---|
default FileDownload |
S3TransferManager.downloadFile(DownloadFileRequest downloadRequest)
Downloads an object identified by the bucket and key from S3 to a local file.
|
| Constructor and Description |
|---|
DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration,
ListObjectsHelper listObjectsHelper,
Function<DownloadFileRequest,FileDownload> downloadFileFunction) |
| Constructor and Description |
|---|
DefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture,
TransferProgress progress,
Supplier<DownloadFileRequest> requestSupplier,
ResumableFileDownload resumedDownload) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>> |
ResumableRequestConverter.toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload,
HeadObjectResponse headObjectResponse,
DownloadFileRequest originalDownloadRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>> |
ResumableRequestConverter.toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload,
HeadObjectResponse headObjectResponse,
DownloadFileRequest originalDownloadRequest)
|
| Modifier and Type | Method and Description |
|---|---|
DownloadFileRequest |
ResumableFileDownload.downloadFileRequest() |
DownloadFileRequest |
FailedFileDownload.request() |
| Modifier and Type | Method and Description |
|---|---|
ResumableFileDownload.Builder |
ResumableFileDownload.Builder.downloadFileRequest(DownloadFileRequest downloadFileRequest)
Sets the download file request
|
FailedFileDownload.Builder |
FailedFileDownload.Builder.request(DownloadFileRequest request) |
Copyright © 2023. All rights reserved.