| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 |
| Modifier and Type | Method and Description |
|---|---|
static DownloadRequest.Builder |
DownloadRequest.builder()
Create a builder that can be used to create a
DownloadRequest. |
DownloadRequest.Builder |
DownloadRequest.Builder.destination(Path destination)
The
Path to file that response contents will be written to. |
default DownloadRequest.Builder |
DownloadRequest.Builder.getObjectRequest(Consumer<GetObjectRequest.Builder> getObjectRequestBuilder)
The
GetObjectRequest request that should be used for the download |
DownloadRequest.Builder |
DownloadRequest.Builder.getObjectRequest(GetObjectRequest getObjectRequest)
The
GetObjectRequest request that should be used for the download |
DownloadRequest.Builder |
DownloadRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
default Download |
S3TransferManager.download(Consumer<DownloadRequest.Builder> request)
Download an object identified by the bucket and key from S3 to the given
file.
|
Copyright © 2021. All rights reserved.