| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default <ResultT> Download<ResultT> |
S3TransferManager.download(DownloadRequest<ResultT> downloadRequest)
Download an object identified by the bucket and key from S3 through the given
AsyncResponseTransformer. |
default <ResultT> Download<ResultT> |
S3TransferManager.download(Function<DownloadRequest.UntypedBuilder,DownloadRequest.TypedBuilder<ResultT>> request)
This is a convenience method that creates an instance of the
DownloadRequest builder, avoiding the need to create
one manually via DownloadRequest.builder(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDownload<ReturnT> |
| Modifier and Type | Method and Description |
|---|---|
<ResultT> Download<ResultT> |
DefaultS3TransferManager.download(DownloadRequest<ResultT> downloadRequest) |
Copyright © 2022. All rights reserved.