Interface Download<ResultT>
-
- All Superinterfaces:
ObjectTransfer,Transfer
- All Known Implementing Classes:
DefaultDownload
public interface Download<ResultT> extends ObjectTransfer
A download transfer of a single object from S3.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<CompletedDownload<ResultT>>completionFuture()-
Methods inherited from interface software.amazon.awssdk.transfer.s3.model.ObjectTransfer
progress
-
-
-
-
Method Detail
-
completionFuture
CompletableFuture<CompletedDownload<ResultT>> completionFuture()
- Specified by:
completionFuturein interfaceTransfer- Returns:
- The future that will be completed when this transfer is complete.
-
-