Modifier and Type | Field and Description |
---|---|
private CopyPartRequest |
request
Copy part request to be initiated.
|
private AmazonS3 |
s3
Reference to the Amazon S3 client object used for initiating copy part request.
|
Constructor and Description |
---|
CopyPartCallable(AmazonS3 s3,
CopyPartRequest request) |
Modifier and Type | Method and Description |
---|---|
PartETag |
call() |
private final AmazonS3 s3
private final CopyPartRequest request
public CopyPartCallable(AmazonS3 s3, CopyPartRequest request)