|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.transfer.PauseResult<T>
T - information that can be used to resume the paused operation;
can be null if the pause failed.
public final class PauseResult<T>
The result of a pause operation.
| Constructor Summary | |
|---|---|
PauseResult(PauseStatus pauseStatus)
Deprecated. |
|
PauseResult(PauseStatus pauseStatus,
T infoToResume)
Deprecated. |
|
| Method Summary | |
|---|---|
T |
getInfoToResume()
Deprecated. Returns the information that can be used to resume a successfully paused operation. |
PauseStatus |
getPauseStatus()
Deprecated. Returns information about whether the pause was successful or not; and if not why. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PauseResult(PauseStatus pauseStatus,
T infoToResume)
public PauseResult(PauseStatus pauseStatus)
| Method Detail |
|---|
public PauseStatus getPauseStatus()
public T getInfoToResume()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||