Interface PresignedFileDownload
- All Superinterfaces:
ObjectTransfer,Transfer
- All Known Implementing Classes:
DefaultPresignedFileDownload
A download transfer of a single object from S3 using a presigned URL.
Unlike FileDownload, this type does not support pause/resume.
-
Method Summary
Methods inherited from interface software.amazon.awssdk.transfer.s3.model.ObjectTransfer
progress
-
Method Details
-
completionFuture
CompletableFuture<CompletedFileDownload> completionFuture()- Specified by:
completionFuturein interfaceTransfer- Returns:
- The future that will be completed when this transfer is complete.
-