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