Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteMultipartUploadResult
The CompleteMultipartUploadResult contains all the information about the
CompleteMultipartUpload method.
|
class |
CopyObjectResult
Contains the data returned by Amazon S3 from the
AmazonS3.copyObject(CopyObjectRequest copyObjectRequest) call. |
class |
CopyPartResult
Result of the copy part operation.
|
class |
InitiateMultipartUploadResult
Contains the results of initiating a multipart upload, particularly the
unique ID of the new multipart upload.
|
class |
PutObjectResult
Contains the data returned by Amazon S3 from the
putObject
operation. |
class |
UploadPartResult
Contains the details returned from Amazon S3 after calling the UploadPart
operation.
|
Copyright © 2022. All rights reserved.