Interface Transfer
- All Known Subinterfaces:
 Copy,DirectoryDownload,DirectoryTransfer,DirectoryUpload,Download<ResultT>,FileDownload,FileUpload,ObjectTransfer,Upload
- All Known Implementing Classes:
 CrtFileUpload,DefaultCopy,DefaultDirectoryDownload,DefaultDirectoryUpload,DefaultDownload,DefaultFileDownload,DefaultFileUpload,DefaultUpload
public interface Transfer
Represents the upload or download of one or more objects to or from S3.
- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
completionFuture
CompletableFuture<? extends CompletedTransfer> completionFuture()- Returns:
 - The future that will be completed when this transfer is complete.
 
 
 -