java.lang.Object | |
↳ | org.mule.module.s3.model.UploadPartResult |
Contains the details returned from Amazon S3 after calling the UploadPart operation.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
eTag | The entity tag generated from the content of the upload part | ||||||||||
partNumber | The part number of the newly uploaded part |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the entity tag of the newly uploaded part.
| |||||||||||
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.
| |||||||||||
Returns the part number of the newly uploaded part.
| |||||||||||
Sets the entity tag of the newly uploaded part.
| |||||||||||
Sets the part number of the newly uploaded part.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The entity tag generated from the content of the upload part
The part number of the newly uploaded part
Returns the entity tag of the newly uploaded part. The entity tag is needed later when the multipart upload is completed.
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data. This information is later needed to complete a multipart upload.
Returns the part number of the newly uploaded part.
Sets the entity tag of the newly uploaded part.
eTag | The entity tag of the newly uploaded part. |
---|
Sets the part number of the newly uploaded part.
partNumber | The part number of the newly uploaded part. |
---|