Uses of Class
com.amazonaws.services.s3.transfer.PauseStatus
-
Packages that use PauseStatus Package Description com.amazonaws.services.s3.transfer Transfer management.com.amazonaws.services.s3.transfer.exception -
-
Uses of PauseStatus in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return PauseStatus Modifier and Type Method 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.Constructors in com.amazonaws.services.s3.transfer with parameters of type PauseStatus Constructor Description PauseResult(PauseStatus pauseStatus)
PauseResult(PauseStatus pauseStatus, T infoToResume)
-
Uses of PauseStatus in com.amazonaws.services.s3.transfer.exception
Methods in com.amazonaws.services.s3.transfer.exception that return PauseStatus Modifier and Type Method Description PauseStatus
PauseException. getPauseStatus()
Returns more information on why the pause failed.Constructors in com.amazonaws.services.s3.transfer.exception with parameters of type PauseStatus Constructor Description PauseException(PauseStatus status)
-