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