Uses of Enum
com.amazonaws.event.ProgressEventType
Packages that use ProgressEventType
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of ProgressEventType in com.amazonaws.event
Methods in com.amazonaws.event that return ProgressEventTypeModifier and TypeMethodDescriptionProgressEvent.getEventType()Returns the type of event this object represents.static ProgressEventTypeReturns 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 ProgressEventTypeModifier and TypeMethodDescriptionstatic 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 ProgressEventTypeModifierConstructorDescriptionProgressEvent(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 -
Uses of ProgressEventType in com.amazonaws.test.util
Constructors in com.amazonaws.test.util with parameters of type ProgressEventTypeModifierConstructorDescription