Interface DirectoryDownload
- All Superinterfaces:
 DirectoryTransfer,Transfer
- All Known Implementing Classes:
 DefaultDirectoryDownload
A download transfer of a directory of objects from S3
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
completionFuture
CompletableFuture<CompletedDirectoryDownload> completionFuture()- Specified by:
 completionFuturein interfaceTransfer- Returns:
 - The future that will be completed when this transfer is complete.
 
 
 -