Uses of Class
com.amazonaws.services.s3.transfer.PersistableUpload
Packages that use PersistableUpload
-
Uses of PersistableUpload in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return PersistableUploadModifier and TypeMethodDescriptionUpload.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 PersistableUploadModifier and TypeMethodDescriptionUpload.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 PersistableUploadModifier and TypeMethodDescriptionTransferManager.resumeUpload
(PersistableUpload persistableUpload) Resumes an upload operation.