public class CompleteMultipartUpload extends Object implements Callable<UploadResult>
Constructor and Description |
---|
CompleteMultipartUpload(String uploadId,
AmazonS3 s3,
PutObjectRequest putObjectRequest,
Future<List<PartETag>> partFutures,
List<PartETag> eTagsBeforeResume,
ProgressListenerChain progressListenerChain,
UploadMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
UploadResult |
call() |
public CompleteMultipartUpload(String uploadId, AmazonS3 s3, PutObjectRequest putObjectRequest, Future<List<PartETag>> partFutures, List<PartETag> eTagsBeforeResume, ProgressListenerChain progressListenerChain, UploadMonitor monitor)
public UploadResult call() throws Exception
call
in interface Callable<UploadResult>
Exception