Example usage for Java com.amazonaws.event ProgressEventType fields, constructors, methods, implement or subclass
The text is from its open source code.
ProgressEventType | REQUEST_BYTE_TRANSFER_EVENT Used to indicate the number of bytes to be sent to AWS. |
ProgressEventType | RESPONSE_BYTE_TRANSFER_EVENT Used to indicate the number of bytes received from AWS. |
ProgressEventType | TRANSFER_STARTED_EVENT |
ProgressEventType | TRANSFER_COMPLETED_EVENT |
ProgressEventType | TRANSFER_FAILED_EVENT |
boolean | isByteCountEvent() Returns true if this even type is associated with some number of bytes; false otherwise. |