Interface Upload
- All Superinterfaces:
 ObjectTransfer,Transfer
- All Known Implementing Classes:
 DefaultUpload
An upload transfer of a single object to S3.
- 
Method Summary
Methods inherited from interface software.amazon.awssdk.transfer.s3.model.ObjectTransfer
progress 
- 
Method Details
- 
completionFuture
CompletableFuture<CompletedUpload> completionFuture()- Specified by:
 completionFuturein interfaceTransfer- Returns:
 - The future that will be completed when this transfer is complete.
 
 
 -