Uses of Enum
com.amazonaws.services.s3.transfer.PauseStatus
Packages that use PauseStatus
Package
Description
Transfer management.
-
Uses of PauseStatus in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return PauseStatusModifier and TypeMethodDescriptionPauseResult.getPauseStatus()
Returns information about whether the pause was successful or not; and if not why.static PauseStatus
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 PauseStatusModifierConstructorDescriptionPauseResult
(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 PauseStatusModifier and TypeMethodDescriptionPauseException.getPauseStatus()
Returns more information on why the pause failed.Constructors in com.amazonaws.services.s3.transfer.exception with parameters of type PauseStatus