Interface MultipleFileUpload
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.amazonaws.services.s3.transfer.Transfer
Transfer.TransferState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBucketName()
Returns the name of the bucket to which files are uploaded.String
getKeyPrefix()
Returns the key prefix of the virtual directory being uploaded.Collection<? extends Upload>
getSubTransfers()
Returns a collection of sub transfers associated with the multi file upload.-
Methods inherited from interface com.amazonaws.services.s3.transfer.Transfer
addProgressListener, addProgressListener, getDescription, getProgress, getState, isDone, removeProgressListener, removeProgressListener, waitForCompletion, waitForException
-
-
-
-
Method Detail
-
getKeyPrefix
String getKeyPrefix()
Returns the key prefix of the virtual directory being uploaded.
-
getBucketName
String getBucketName()
Returns the name of the bucket to which files are uploaded.
-
getSubTransfers
Collection<? extends Upload> getSubTransfers()
Returns a collection of sub transfers associated with the multi file upload.
-
-