| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.model |
| Modifier and Type | Method and Description |
|---|---|
DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.addTransferListener(TransferListener transferListener)
Add a
TransferListener that will be notified as part of this request. |
default DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.getObjectRequest(Consumer<GetObjectRequest.Builder> getObjectRequestBuilder)
The
GetObjectRequest request that should be used for the download |
DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.getObjectRequest(GetObjectRequest getObjectRequest)
The
GetObjectRequest request that should be used for the download |
DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.responseTransformer(AsyncResponseTransformer<GetObjectResponse,T> responseTransformer)
Specifies the
AsyncResponseTransformer that should be used for the download. |
<T> DownloadRequest.TypedBuilder<T> |
DownloadRequest.UntypedBuilder.responseTransformer(AsyncResponseTransformer<GetObjectResponse,T> responseTransformer)
Specifies the
AsyncResponseTransformer that should be used for the download. |
DownloadRequest.TypedBuilder<ReturnT> |
DownloadRequest.toBuilder() |
DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.transferListeners(Collection<TransferListener> transferListeners)
The
TransferListeners that will be notified as part of this request. |
Copyright © 2023. All rights reserved.