com.amazonaws.services.s3.transfer
Interface MultipleFileUpload

All Superinterfaces:
Transfer

Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.

public interface MultipleFileUpload
extends 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
 java.lang.String getBucketName()
          Deprecated. Returns the name of the bucket to which files are uploaded.
 java.lang.String getKeyPrefix()
          Deprecated. Returns the key prefix of the virtual directory being uploaded.
 java.util.Collection<? extends Upload> getSubTransfers()
          Deprecated. 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

java.lang.String getKeyPrefix()
Deprecated. 
Returns the key prefix of the virtual directory being uploaded.


getBucketName

java.lang.String getBucketName()
Deprecated. 
Returns the name of the bucket to which files are uploaded.


getSubTransfers

java.util.Collection<? extends Upload> getSubTransfers()
Deprecated. 
Returns a collection of sub transfers associated with the multi file upload.

Returns:


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.