Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
UploadPartResult |
AmazonS3EncryptionClient.uploadPart(UploadPartRequest uploadPartRequest)
Uploads a part in a multipart upload.
|
UploadPartResult |
AmazonS3.uploadPart(UploadPartRequest request)
Uploads a part in a multipart upload.
|
UploadPartResult |
AmazonS3Client.uploadPart(UploadPartRequest uploadPartRequest) |
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(UploadPartResult... uploadPartResults)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(Collection<UploadPartResult> uploadPartResultsCollection)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
Copyright © 2014. All rights reserved.