| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
Primary classes for interacting with the S3 Transfer Manager connector which simplifies uploading and downloading files from S3.
|
| 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 |
|---|---|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
|
Copyright © 2015. All rights reserved.