Interface MultipleFileDownload
- All Superinterfaces:
Transfer
Multiple file download of an entire virtual directory.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.amazonaws.services.s3.transfer.Transfer
Transfer.TransferState
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
Cancels this download.Returns the name of the bucket from which files are downloaded.Returns the key prefix of the virtual directory being downloaded.Methods inherited from interface com.amazonaws.services.s3.transfer.Transfer
addProgressListener, addProgressListener, getDescription, getProgress, getState, isDone, removeProgressListener, removeProgressListener, waitForCompletion, waitForException
-
Method Details
-
getKeyPrefix
String getKeyPrefix()Returns the key prefix of the virtual directory being downloaded. -
getBucketName
String getBucketName()Returns the name of the bucket from which files are downloaded. -
abort
Cancels this download.- Throws:
IOException
-