| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| Modifier and Type | Method and Description |
|---|---|
PersistableUpload |
Upload.pause()
Deprecated.
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)
Deprecated.
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 |
|---|---|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Deprecated.
Resumes an upload operation.
|
Copyright © 2016. All rights reserved.