Uses of Class
com.amazonaws.event.ProgressEventType
-
Packages that use ProgressEventType 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 ProgressEventType in com.amazonaws.event
Methods in com.amazonaws.event that return ProgressEventType Modifier and Type Method Description ProgressEventType
ProgressEvent. getEventType()
Returns the type of event this object represents.static ProgressEventType
ProgressEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProgressEventType[]
ProgressEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.event with parameters of type ProgressEventType Modifier and Type Method Description static Future<?>
SDKProgressPublisher. publishProgress(ProgressListener listener, ProgressEventType type)
Used to deliver a progress event to the given listener.Constructors in com.amazonaws.event with parameters of type ProgressEventType Constructor Description ProgressEvent(ProgressEventType eventType)
Creates a ProgressEvent object with the specified event type.ProgressEvent(ProgressEventType eventType, long bytes)
Creates a ProgressEvent object. -
Uses of ProgressEventType in com.amazonaws.services.s3.model
Constructors in com.amazonaws.services.s3.model with parameters of type ProgressEventType Constructor Description ProgressEvent(ProgressEventType eventType)
Deprecated. -
Uses of ProgressEventType in com.amazonaws.test.util
Constructors in com.amazonaws.test.util with parameters of type ProgressEventType Constructor Description ProgressListenerWithEventCodeVerification(ProgressEventType... types)
-