Class ResumeTransferProgress
java.lang.Object
software.amazon.awssdk.transfer.s3.internal.progress.ResumeTransferProgress
- All Implemented Interfaces:
 TransferProgress
An implementation of 
TransferProgress used when resuming a transfer. This uses a bytes-transferred of 0 until the real
 progress is available (when the transfer starts).- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsnapshot()Takes a snapshot of the current progress, represented by an immutableTransferProgressSnapshot. 
- 
Constructor Details
- 
ResumeTransferProgress
 
 - 
 - 
Method Details
- 
snapshot
Description copied from interface:TransferProgressTakes a snapshot of the current progress, represented by an immutableTransferProgressSnapshot.- Specified by:
 snapshotin interfaceTransferProgress
 
 -