Interface ObjectTransfer
- All Superinterfaces:
 Transfer
- All Known Subinterfaces:
 Copy,Download<ResultT>,FileDownload,FileUpload,Upload
- All Known Implementing Classes:
 CrtFileUpload,DefaultCopy,DefaultDownload,DefaultFileDownload,DefaultFileUpload,DefaultUpload
Represents the upload or download of a single object to or from S3.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionprogress()The statefulTransferProgressassociated with this transfer.Methods inherited from interface software.amazon.awssdk.transfer.s3.model.Transfer
completionFuture 
- 
Method Details
- 
progress
TransferProgress progress()The statefulTransferProgressassociated with this transfer. 
 -