Uses of Interface
com.amazonaws.event.DeliveryMode
-
Packages that use DeliveryMode Package Description com.amazonaws.event com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3.com.amazonaws.test.util -
-
Uses of DeliveryMode in com.amazonaws.event
Classes in com.amazonaws.event that implement DeliveryMode Modifier and Type Class Description static class
ProgressListener.ExceptionReporter
A utility class for capturing and reporting the first exception thrown by a given progress listener.static class
ProgressListener.NoOpProgressListener
class
ProgressListenerChain
An implementation of ProgressListener interface that delegates progressChanged callback to multiple listeners.class
ProgressTracker
Default implementation for progress tracking.class
SyncProgressListener
Abstract adapter class for a progress listener that is delivered with progress event synchronously. -
Uses of DeliveryMode in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement DeliveryMode Modifier and Type Class Description class
LegacyS3ProgressListener
Deprecated. -
Uses of DeliveryMode in com.amazonaws.test.util
Classes in com.amazonaws.test.util that implement DeliveryMode Modifier and Type Class Description class
ProgressListenerWithEventCodeVerification
Validates the events received by the progress listener.
-