T
- information that can be used to resume the paused operation; can
be null if the pause failed.TransferUtility
@Deprecated
public final class PauseResult<T>
extends java.lang.Object
Constructor and Description |
---|
PauseResult(PauseStatus pauseStatus)
Deprecated.
|
PauseResult(PauseStatus pauseStatus,
T infoToResume)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public PauseResult(PauseStatus pauseStatus, T infoToResume)
public PauseResult(PauseStatus pauseStatus)
public PauseStatus getPauseStatus()
public T getInfoToResume()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.