public class UploadImpl extends AbstractTransfer implements Upload
Transfer.TransferStatemonitor, progressListenerChain, stateChangeListeners| コンストラクタと説明 |
|---|
UploadImpl(java.lang.String description,
TransferProgressImpl transferProgressInternalState,
ProgressListenerChain progressListenerChain,
TransferStateChangeListener listener) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UploadResult |
waitForUploadResult()
Waits for this upload to complete and returns the result of this
upload.
|
addProgressListener, addStateChangeListener, getDescription, getMonitor, getProgress, getState, isDone, removeProgressListener, removeStateChangeListener, rethrowExecutionException, setMonitor, setState, unwrapExecutionException, waitForCompletion, waitForExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddProgressListener, getDescription, getProgress, getState, isDone, removeProgressListener, waitForCompletion, waitForExceptionpublic UploadImpl(java.lang.String description,
TransferProgressImpl transferProgressInternalState,
ProgressListenerChain progressListenerChain,
TransferStateChangeListener listener)
public UploadResult waitForUploadResult() throws AmazonClientException, AmazonServiceException, java.lang.InterruptedException
waitForUploadResult インタフェース内 UploadAmazonClientException - If any errors were encountered in the client while making the
request or handling the response.AmazonServiceException - If any errors occurred in Amazon S3 while processing the
request.java.lang.InterruptedException - If this thread is interrupted while waiting for the upload to
complete.