Class ProgressEvent
java.lang.Object
com.amazonaws.event.ProgressEvent
com.amazonaws.services.s3.model.ProgressEvent
Deprecated.
Notification of a progress change on an Amazon S3 transfer. Typically this
means notice that another chunk of bytes was transferred, but it also signals
other types of progress events such as a transfer starting, or failing.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionProgressEvent(int bytesTransferred) Deprecated.ProgressEvent(ProgressEventType eventType) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Replaced byProgressEvent.getBytesTransferred()Methods inherited from class ProgressEvent
getBytes, getBytesTransferred, getEventCode, getEventType, toString
-
Constructor Details
-
ProgressEvent
public ProgressEvent(int bytesTransferred) Deprecated. -
ProgressEvent
Deprecated.
-
-
Method Details
-
getBytesTransfered
Deprecated.Replaced byProgressEvent.getBytesTransferred()
-
ProgressEvent