| Package | Description |
|---|---|
| com.amazonaws.event |
| Modifier and Type | Method and Description |
|---|---|
ProgressEventType |
ProgressEvent.getEventType()
Returns the type of event this object represents.
|
static ProgressEventType |
ProgressEventType.valueOf(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 |
|---|---|
static Future<?> |
SDKProgressPublisher.publishProgress(ProgressListener listener,
ProgressEventType type)
Used to deliver a progress event to the given listener.
|
| Constructor and Description |
|---|
ProgressEvent(ProgressEventType eventType)
Creates a ProgressEvent object with the specified event type.
|
ProgressEvent(ProgressEventType eventType,
long bytes)
Creates a ProgressEvent object.
|
Copyright © 2022. All rights reserved.