Java com.amazonaws.event ProgressEventType fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.event ProgressEventType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.event ProgressEventType.

The text is from its open source code.

Field

ProgressEventTypeREQUEST_BYTE_TRANSFER_EVENT
Used to indicate the number of bytes to be sent to AWS.
ProgressEventTypeRESPONSE_BYTE_TRANSFER_EVENT
Used to indicate the number of bytes received from AWS.
ProgressEventTypeTRANSFER_STARTED_EVENT
ProgressEventTypeTRANSFER_COMPLETED_EVENT
ProgressEventTypeTRANSFER_FAILED_EVENT

Method

booleanisByteCountEvent()
Returns true if this even type is associated with some number of bytes; false otherwise.