| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.services.s3.transfer.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyMonitor
Monitors an copy operation by periodically checking to see if the operation is
completed, and returning a result if so.
|
class |
DownloadMonitor |
class |
MultipleFileTransferMonitor |
class |
UploadMonitor
Manages an upload by periodically checking to see if the upload is done, and
returning a result if so.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransferMonitor |
AbstractTransfer.monitor |
| Modifier and Type | Method and Description |
|---|---|
TransferMonitor |
AbstractTransfer.getMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransfer.setMonitor(TransferMonitor monitor)
Sets the monitor used to poll for transfer completion.
|
Copyright © 2025. All rights reserved.