Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
private Download |
TransferManager.doDownload(GetObjectRequest getObjectRequest,
java.io.File file,
TransferStateChangeListener stateListener,
S3ProgressListener s3progressListener,
boolean resumeExistingDownload,
long timeoutMillis,
java.lang.Integer lastFullyDownloadedPart,
long lastModifiedTimeRecordedDuringPause)
Same as public interface, but adds a state listener so that callers can
be notified of state changes to the download.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
java.io.File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
java.io.File file,
long timeoutMillis)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
java.io.File file,
S3ProgressListener progressListener)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(GetObjectRequest getObjectRequest,
java.io.File file,
S3ProgressListener progressListener,
long timeoutMillis)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(java.lang.String bucket,
java.lang.String key,
java.io.File file)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.download(java.lang.String bucket,
java.lang.String key,
java.io.File file,
long timeoutMillis)
Schedules a new transfer to download data from Amazon S3 and save it to
the specified file.
|
Download |
TransferManager.resumeDownload(PersistableDownload persistableDownload)
Resumes an download operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DownloadImpl |
Constructor and Description |
---|
MultipleFileDownloadImpl(java.lang.String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
java.lang.String keyPrefix,
java.lang.String bucketName,
java.util.Collection<? extends Download> downloads) |