Package | Description |
---|---|
com.amazonaws.event | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal | |
com.amazonaws.test.util |
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.concurrent.Future<?> |
SDKProgressPublisher.deliverEvent(ProgressListener listener,
ProgressEvent event) |
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
void |
ProgressTracker.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListenerChain.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.progressChanged(ProgressEvent progressEvent)
Called when progress has changed, such as additional bytes transferred,
transfer failed, etc.
|
void |
ProgressListener.NoOpProgressListener.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.ExceptionReporter.progressChanged(ProgressEvent progressEvent)
Delivers the progress event to the underlying listener but only if
there has not been an exception previously thrown by the listener.
|
private static java.util.concurrent.Future<?> |
SDKProgressPublisher.quietlyCallListener(ProgressListener listener,
ProgressEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ProgressEvent
Deprecated.
Replaced by
ProgressEvent |
Modifier and Type | Method and Description |
---|---|
private ProgressEvent |
LegacyS3ProgressListener.adaptToLegacyEvent(ProgressEvent event)
Deprecated.
|
void |
LegacyS3ProgressListener.progressChanged(ProgressEvent progressEvent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
TransferCompletionFilter.filter(ProgressEvent progressEvent) |
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
TransferCompletionFilter.filter(ProgressEvent progressEvent) |
void |
MultipleFileTransferProgressUpdatingListener.progressChanged(ProgressEvent progressEvent) |
Modifier and Type | Method and Description |
---|---|
void |
TransferProgressUpdatingListener.progressChanged(ProgressEvent progressEvent) |
void |
S3SyncProgressListener.progressChanged(ProgressEvent progressEvent)
Note this method is never actually invoked.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerWithEventCodeVerification.progressChanged(ProgressEvent progressEvent) |