Uses of Class
com.amazonaws.services.s3.transfer.exception.PauseException
-
Packages that use PauseException Package Description com.amazonaws.services.s3.transfer Transfer management. -
-
Uses of PauseException in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that throw PauseException Modifier and Type Method Description PersistableDownload
Download. pause()
Pause the current download operation and returns the information that can be used to resume the download at a later time.PersistableUpload
Upload. pause()
Pause the current upload operation and returns the information that can be used to resume the upload.
-