static MultipartCompletesEvent |
MultipartCompletesEvent.newCancelledEvent(MultipartUpload[] incompletedUploads,
java.lang.Object uniqueOperationId) |
static MultipartCompletesEvent |
MultipartCompletesEvent.newCompletedEvent(java.lang.Object uniqueOperationId) |
static MultipartCompletesEvent |
MultipartCompletesEvent.newErrorEvent(java.lang.Throwable t,
java.lang.Object uniqueOperationId) |
static MultipartCompletesEvent |
MultipartCompletesEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static MultipartCompletesEvent |
MultipartCompletesEvent.newInProgressEvent(ThreadWatcher threadWatcher,
MultipartCompleted[] completedUploads,
java.lang.Object uniqueOperationId) |
static MultipartCompletesEvent |
MultipartCompletesEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |