| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| com.amazonaws.mobileconnectors.s3.transfermanager.exception |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| Modifier and Type | Method and Description |
|---|---|
PauseStatus |
PauseResult.getPauseStatus()
Deprecated.
Returns information about whether the pause was successful or not; and if
not why.
|
static PauseStatus |
PauseStatus.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PauseStatus[] |
PauseStatus.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PauseResult(PauseStatus pauseStatus)
Deprecated.
|
PauseResult(PauseStatus pauseStatus,
T infoToResume)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PauseStatus |
PauseException.getPauseStatus()
Deprecated.
Returns more information on why the pause failed.
|
| Constructor and Description |
|---|
PauseException(PauseStatus status)
Deprecated.
|
Copyright © 2016. All rights reserved.