Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
PersistableUpload |
Upload.pause()
Pause the current upload operation and returns the information that can
be used to resume the upload.
|
Modifier and Type | Method and Description |
---|---|
PauseResult<PersistableUpload> |
Upload.tryPause(boolean forceCancelTransfers)
Tries to pause the current upload operation and returns the information
that can be used to resume the upload.
|
Modifier and Type | Method and Description |
---|---|
private Upload |
TransferManager.doUpload(PutObjectRequest putObjectRequest,
TransferStateChangeListener stateListener,
S3ProgressListener progressListener,
PersistableUpload persistableUpload)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
|
Modifier and Type | Field and Description |
---|---|
private PersistableUpload |
UploadCallable.persistableUpload |
Modifier and Type | Method and Description |
---|---|
PersistableUpload |
UploadCallable.getPersistableUpload() |
PersistableUpload |
UploadImpl.pause() |
Modifier and Type | Method and Description |
---|---|
(package private) PauseResult<PersistableUpload> |
UploadMonitor.pause(boolean forceCancel)
Cancels the futures in the following cases - If the user has requested
for forcefully aborting the transfers.
|
private PauseResult<PersistableUpload> |
UploadImpl.pause(boolean forceCancelTransfers)
Tries to pause and return the information required to resume the upload
operation.
|
PauseResult<PersistableUpload> |
UploadImpl.tryPause(boolean forceCancelTransfers) |