| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.internal |
| 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)
Download an object identified by the bucket and key from S3 to a local file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileDownload |
| Modifier and Type | Method and Description |
|---|---|
FileDownload |
DefaultS3TransferManager.downloadFile(DownloadFileRequest downloadRequest) |
Copyright © 2022. All rights reserved.