Interface DirectoryUpload
-
- All Superinterfaces:
DirectoryTransfer,Transfer
- All Known Implementing Classes:
DefaultDirectoryUpload
public interface DirectoryUpload extends DirectoryTransfer
An upload transfer of a single object to S3.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<CompletedDirectoryUpload>completionFuture()
-
-
-
Method Detail
-
completionFuture
CompletableFuture<CompletedDirectoryUpload> completionFuture()
- Specified by:
completionFuturein interfaceTransfer- Returns:
- The future that will be completed when this transfer is complete.
-
-