Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
com.ibm.cloud.objectstorage.services.s3.transfer.exception | |
com.ibm.cloud.objectstorage.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
PauseStatus |
PauseResult.getPauseStatus()
Returns information about whether the pause was successful or not; and
if not why.
|
static PauseStatus |
PauseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PauseStatus[] |
PauseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PauseResult(PauseStatus pauseStatus) |
PauseResult(PauseStatus pauseStatus,
T infoToResume) |
Modifier and Type | Method and Description |
---|---|
PauseStatus |
PauseException.getPauseStatus()
Returns more information on why the pause failed.
|
Constructor and Description |
---|
PauseException(PauseStatus status) |
Modifier and Type | Method and Description |
---|---|
static PauseStatus |
TransferManagerUtils.determinePauseStatus(Transfer.TransferState transferState,
boolean forceCancel)
Determines the pause status based on the current state of transfer.
|
Copyright © 2024. All rights reserved.