| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 |
| Modifier and Type | Method and Description |
|---|---|
default <T> DownloadRequest.TypedBuilder<T> |
DownloadRequest.UntypedBuilder.applyMutation(Function<DownloadRequest.UntypedBuilder,DownloadRequest.TypedBuilder<T>> mutator)
Like
SdkBuilder.applyMutation(Consumer), but accepts a Function that upgrades this DownloadRequest.UntypedBuilder to a DownloadRequest.TypedBuilder. |
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(). |
Copyright © 2022. All rights reserved.