Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
com.ibm.cloud.objectstorage.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 |
---|---|
Upload |
TransferManager.resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
|
Modifier and Type | Method and Description |
---|---|
PersistableUpload |
UploadCallable.getPersistableUpload() |
PersistableUpload |
UploadImpl.pause() |
Modifier and Type | Method and Description |
---|---|
PauseResult<PersistableUpload> |
UploadImpl.tryPause(boolean forceCancelTransfers) |
Copyright © 2024. All rights reserved.