| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.internal | |
| software.amazon.awssdk.transfer.s3.internal.model |
| Modifier and Type | Method and Description |
|---|---|
default FileDownload |
S3TransferManager.downloadFile(Consumer<DownloadFileRequest.Builder> request)
This is a convenience method that creates an instance of the
DownloadFileRequest builder, avoiding the need to
create one manually via DownloadFileRequest.builder(). |
default FileDownload |
S3TransferManager.downloadFile(DownloadFileRequest downloadRequest)
Downloads an object identified by the bucket and key from S3 to a local file.
|
default FileDownload |
S3TransferManager.resumeDownloadFile(Consumer<ResumableFileDownload.Builder> resumableFileDownload)
This is a convenience method that creates an instance of the
ResumableFileDownload builder, avoiding the need to
create one manually via ResumableFileDownload.builder(). |
default FileDownload |
S3TransferManager.resumeDownloadFile(ResumableFileDownload resumableFileDownload)
Resumes a downloadFile operation.
|
| Constructor and Description |
|---|
DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration,
ListObjectsHelper listObjectsHelper,
Function<DownloadFileRequest,FileDownload> downloadFileFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileDownload |
Copyright © 2023. All rights reserved.