Package | Description |
---|---|
com.amazonaws.event | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.transfer.internal | |
com.amazonaws.test.util |
Modifier and Type | Field and Description |
---|---|
private ProgressEventType |
ProgressEvent.eventType |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ProgressEventType,java.lang.Integer> |
ProgressEvent.legacyEventCodes |
Modifier and Type | Method and Description |
---|---|
ProgressEventType |
ProgressEvent.getEventType()
Returns the type of event this object represents.
|
static ProgressEventType |
ProgressEventType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.concurrent.Future<?> |
SDKProgressPublisher.publishByteCountEvent(ProgressListener listener,
ProgressEventType type,
long bytes) |
static java.util.concurrent.Future<?> |
SDKProgressPublisher.publishProgress(ProgressListener listener,
ProgressEventType type)
Used to deliver a progress event to the given listener.
|
private static java.util.concurrent.Future<?> |
SDKProgressPublisher.publishResetEvent(ProgressListener listener,
ProgressEventType resetEventType,
long bytesReset) |
Constructor and Description |
---|
ProgressEvent(ProgressEventType eventType)
Creates a ProgressEvent object with the specified event type.
|
ProgressEvent(ProgressEventType eventType,
long bytes)
Creates a ProgressEvent object.
|
Constructor and Description |
---|
ProgressEvent(ProgressEventType eventType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTransfer.fireProgressEvent(ProgressEventType eventType) |
Modifier and Type | Field and Description |
---|---|
private ProgressEventType[] |
ProgressListenerWithEventCodeVerification.types |
Constructor and Description |
---|
ProgressListenerWithEventCodeVerification(ProgressEventType... types) |