Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
PersistableDownload |
Download.pause()
Pause the current download operation and returns the information that can
be used to resume the download at a later time.
|
Modifier and Type | Method and Description |
---|---|
Download |
TransferManager.resumeDownload(PersistableDownload persistableDownload)
Resumes an download operation.
|
Modifier and Type | Field and Description |
---|---|
private PersistableDownload |
DownloadImpl.persistableDownload
Information to resume if the download is paused.
|
Modifier and Type | Method and Description |
---|---|
private PersistableDownload |
DownloadImpl.captureDownloadState(GetObjectRequest getObjectRequest,
java.io.File file)
Returns the captured state of the download; or null if it should not be
captured (for security reason).
|
PersistableDownload |
DownloadImpl.pause() |