Uses of Interface
com.amazonaws.event.ProgressListener
Packages that use ProgressListener
Package
Description
Classes modeling the various types represented by Amazon S3.
Transfer management.
-
Uses of ProgressListener in com.amazonaws
Methods in com.amazonaws that return ProgressListenerModifier and TypeMethodDescriptionAmazonWebServiceRequest.getGeneralProgressListener()
Returns the optional progress listener for receiving updates about the progress of the request.Methods in com.amazonaws with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoid
AmazonWebServiceRequest.setGeneralProgressListener
(ProgressListener progressListener) Sets the optional progress listener for receiving updates about the progress of the request.<T extends AmazonWebServiceRequest>
TAmazonWebServiceRequest.withGeneralProgressListener
(ProgressListener progressListener) Sets the optional progress listener for receiving updates about the progress of the request, and returns a reference to this object so that method calls can be chained together. -
Uses of ProgressListener in com.amazonaws.event
Classes in com.amazonaws.event that implement ProgressListenerModifier and TypeClassDescriptionstatic class
A utility class for capturing and reporting the first exception thrown by a given progress listener.static class
class
An implementation of ProgressListener interface that delegates progressChanged callback to multiple listeners.class
Default implementation for progress tracking.class
Abstract adapter class for a progress listener that is delivered with progress event synchronously.Fields in com.amazonaws.event declared as ProgressListenerMethods in com.amazonaws.event that return ProgressListenerMethods in com.amazonaws.event that return types with arguments of type ProgressListenerModifier and TypeMethodDescriptionprotected List<ProgressListener>
ProgressListenerChain.getListeners()
Returns the listeners associated with this listener chain.Methods in com.amazonaws.event with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoid
ProgressListenerChain.addProgressListener
(ProgressListener listener) static boolean
DeliveryMode.Check.isSyncCallSafe
(ProgressListener listener) static Future<?>
SDKProgressPublisher.publishProgress
(ProgressListener listener, ProgressEventType type) Used to deliver a progress event to the given listener.static Future<?>
SDKProgressPublisher.publishRequestBytesTransferred
(ProgressListener listener, long bytes) Convenient method to publish a request byte transfer event to the given listener.static Future<?>
SDKProgressPublisher.publishRequestContentLength
(ProgressListener listener, long bytes) Convenient method to publish a request content length event to the given listener.static Future<?>
SDKProgressPublisher.publishRequestReset
(ProgressListener listener, long bytesReset) Convenient method to publish a request reset event to the given listener.static Future<?>
SDKProgressPublisher.publishResponseBytesDiscarded
(ProgressListener listener, long bytesDiscarded) Convenient method to publish a response bytes discard event to the given listener.static Future<?>
SDKProgressPublisher.publishResponseBytesTransferred
(ProgressListener listener, long bytes) Convenient method to publish a response byte transfer event to the given listener.static Future<?>
SDKProgressPublisher.publishResponseContentLength
(ProgressListener listener, long bytes) Convenient method to publish a response content length event to the given listener.static Future<?>
SDKProgressPublisher.publishResponseReset
(ProgressListener listener, long bytesReset) Convenient method to publish a response reset event to the given listener.void
ProgressListenerChain.removeProgressListener
(ProgressListener listener) ProgressListener.ExceptionReporter.wrap
(ProgressListener listener) Returns a wrapper for the given listener to capture the first exception thrown.Constructors in com.amazonaws.event with parameters of type ProgressListenerModifierConstructorDescriptionExceptionReporter
(ProgressListener listener) ProgressInputStream
(InputStream is, ProgressListener listener) ProgressInputStream
(InputStream is, ProgressListener listener, int notifyThresHold) ProgressListenerChain
(ProgressEventFilter progressEventFilter, ProgressListener... listeners) Create a listener chain with a ProgressEventFilter.ProgressListenerChain
(ProgressListener... listeners) Create a listener chain that directly passes all the progress events to the specified listeners. -
Uses of ProgressListener in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type ProgressListenerModifier and TypeMethodDescriptionBatchGetItemSpec.withProgressListener
(ProgressListener progressListener) BatchWriteItemSpec.withProgressListener
(ProgressListener progressListener) DeleteItemSpec.withProgressListener
(ProgressListener progressListener) GetItemSpec.withProgressListener
(ProgressListener progressListener) ListTablesSpec.withProgressListener
(ProgressListener progressListener) PutItemSpec.withProgressListener
(ProgressListener progressListener) QuerySpec.withProgressListener
(ProgressListener progressListener) ScanSpec.withProgressListener
(ProgressListener progressListener) UpdateItemSpec.withProgressListener
(ProgressListener progressListener) -
Uses of ProgressListener in com.amazonaws.services.glacier.transfer
Methods in com.amazonaws.services.glacier.transfer with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoid
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.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. -
Uses of ProgressListener in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement ProgressListener -
Uses of ProgressListener in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoid
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. -
Uses of ProgressListener in com.amazonaws.test.util
Classes in com.amazonaws.test.util that implement ProgressListenerModifier and TypeClassDescriptionclass
Validates the events received by the progress listener.