| Package | Description |
|---|---|
| com.amazonaws.event | |
| com.amazonaws.services.glacier.transfer | |
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| com.amazonaws.services.s3.transfer |
Transfer management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressListenerChain
An implementation of ProgressListener interface that delegates
progressChanged callback to multiple listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressListenerChain.addProgressListener(ProgressListener listener) |
void |
ProgressListenerChain.removeProgressListener(ProgressListener listener) |
static ProgressListenerCallbackExecutor |
ProgressListenerCallbackExecutor.wrapListener(ProgressListener listener)
Returns a new ProgressListenerCallbackExecutor instance that wraps the
specified ProgressListener if it is not null, otherwise directly returns
null.
|
| Constructor and Description |
|---|
ProgressListenerCallbackExecutor(ProgressListener listener) |
ProgressListenerChain(ProgressListener... listeners)
Create a listener chain that directly passes all the progress events to
the specified listeners.
|
ProgressListenerChain(ProgressListenerChain.ProgressEventFilter progressEventFilter,
ProgressListener... listeners)
Create a listener chain with a ProgressEventFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveTransferManager.download(String accountId,
String vaultName,
String archiveId,
File file,
ProgressListener progressListener)
Downloads an archive from Amazon Glacier in the specified vault in the
specified user's account, and saves it to the specified file.
|
void |
ArchiveTransferManager.downloadJobOutput(String accountId,
String vaultName,
String jobId,
File file,
ProgressListener progressListener)
Downloads the job output for the specified job (which must be ready to
download already, and must be a complete archive retrieval, not a partial
range retrieval), into the specified file.
|
UploadResult |
ArchiveTransferManager.upload(String accountId,
String vaultName,
String archiveDescription,
File file,
ProgressListener progressListener)
Uploads the specified file to Amazon Glacier for archival storage in the
specified vault in the specified user's account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyS3ProgressListener
A proxy class that wraps the deprecated S3 progress listener and implements
the new
ProgressListener interface. |
| Modifier and Type | Method and Description |
|---|---|
ProgressListener |
UploadPartRequest.getGeneralProgressListener()
Returns the optional progress listener for receiving updates about object
download status.
|
ProgressListener |
GetObjectRequest.getGeneralProgressListener()
Returns the optional progress listener for receiving updates about object
download status.
|
ProgressListener |
PutObjectRequest.getGeneralProgressListener()
Returns the optional progress listener for receiving updates about object
download status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadPartRequest.setGeneralProgressListener(ProgressListener generalProgressListener)
Sets the optional progress listener for receiving updates about object
download status.
|
void |
GetObjectRequest.setGeneralProgressListener(ProgressListener generalProgressListener)
Sets the optional progress listener for receiving updates about object
download status.
|
void |
PutObjectRequest.setGeneralProgressListener(ProgressListener generalProgressListener)
Sets the optional progress listener for receiving updates about object
download status.
|
UploadPartRequest |
UploadPartRequest.withGeneralProgressListener(ProgressListener progressListener)
Sets the optional progress listener for receiving updates about object
upload status, and returns this updated object so that additional method
calls can be chained together.
|
GetObjectRequest |
GetObjectRequest.withGeneralProgressListener(ProgressListener progressListener)
Sets the optional progress listener for receiving updates about object
download status, and returns this updated object so that additional method
calls can be chained together.
|
PutObjectRequest |
PutObjectRequest.withGeneralProgressListener(ProgressListener generalProgressListener)
Sets the optional progress listener for receiving updates about object
upload status, and returns this updated object so that additional method
calls can be chained together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.addProgressListener(ProgressListener listener)
Adds the specified progress listener to the list of listeners
receiving updates about this transfer's progress.
|
void |
Transfer.removeProgressListener(ProgressListener listener)
Removes the specified progress listener from the list of progress
listeners receiving updates about this transfer's progress.
|
Copyright © 2014. All rights reserved.