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