Uses of Class
com.amazonaws.services.s3.transfer.PersistableUpload
-
Packages that use PersistableUpload Package Description com.amazonaws.services.s3.transfer Transfer management. -
-
Uses of PersistableUpload in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return PersistableUpload Modifier and Type Method Description PersistableUpload
Upload. pause()
Pause the current upload operation and returns the information that can be used to resume the upload.Methods in com.amazonaws.services.s3.transfer that return types with arguments of type PersistableUpload Modifier and Type Method Description PauseResult<PersistableUpload>
Upload. tryPause(boolean forceCancelTransfers)
Tries to pause the current upload operation and returns the information that can be used to resume the upload.Methods in com.amazonaws.services.s3.transfer with parameters of type PersistableUpload Modifier and Type Method Description Upload
TransferManager. resumeUpload(PersistableUpload persistableUpload)
Resumes an upload operation.
-