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 classProgressListener.ExceptionReporterA utility class for capturing and reporting the first exception thrown by a given progress listener.static classProgressListener.NoOpProgressListenerclassProgressListenerChainAn implementation of ProgressListener interface that delegates progressChanged callback to multiple listeners.classProgressTrackerDefault implementation for progress tracking.classSyncProgressListenerAbstract 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 classLegacyS3ProgressListenerDeprecated. -
Uses of DeliveryMode in com.amazonaws.test.util
Classes in com.amazonaws.test.util that implement DeliveryMode Modifier and Type Class Description classProgressListenerWithEventCodeVerificationValidates the events received by the progress listener.
-