Uses of Class
software.amazon.awssdk.transfer.s3.model.DownloadRequest
-
Packages that use DownloadRequest Package Description software.amazon.awssdk.transfer.s3 -
-
Uses of DownloadRequest in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 with parameters of type DownloadRequest Modifier and Type Method Description default <ResultT> Download<ResultT>S3TransferManager. download(DownloadRequest<ResultT> downloadRequest)Downloads an object identified by the bucket and key from S3 through the givenAsyncResponseTransformer.
-