Class PauseResult<T>
java.lang.Object
com.amazonaws.services.s3.transfer.PauseResult<T>
- Type Parameters:
T
- information that can be used to resume the paused operation; can be null if the pause failed.
The result of a pause operation.
-
Constructor Summary
ConstructorsConstructorDescriptionPauseResult
(PauseStatus pauseStatus) PauseResult
(PauseStatus pauseStatus, T infoToResume) -
Method Summary
Modifier and TypeMethodDescriptionReturns the information that can be used to resume a successfully paused operation.Returns information about whether the pause was successful or not; and if not why.
-
Constructor Details
-
PauseResult
-
PauseResult
-
-
Method Details
-
getPauseStatus
Returns information about whether the pause was successful or not; and if not why. -
getInfoToResume
Returns the information that can be used to resume a successfully paused operation.
-