|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.model.UploadPartResult
public class UploadPartResult
Contains the details returned from Amazon S3 after calling the UploadPart operation.
| Constructor Summary | |
|---|---|
UploadPartResult()
|
|
| Method Summary | |
|---|---|
String |
getETag()
Returns the entity tag of the newly uploaded part. |
PartETag |
getPartETag()
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data. |
int |
getPartNumber()
Returns the part number of the newly uploaded part. |
String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created object, or null if none was used. |
void |
setETag(String eTag)
Sets the entity tag of the newly uploaded part. |
void |
setPartNumber(int partNumber)
Sets the part number of the newly uploaded part. |
void |
setServerSideEncryption(String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UploadPartResult()
| Method Detail |
|---|
public int getPartNumber()
public void setPartNumber(int partNumber)
partNumber - the part number of the newly uploaded part.public String getETag()
public void setETag(String eTag)
eTag - the entity tag of the newly uploaded part.public PartETag getPartETag()
public String getServerSideEncryption()
getServerSideEncryption in interface com.amazonaws.services.s3.internal.ServerSideEncryptionResultpublic void setServerSideEncryption(String serverSideEncryption)
setServerSideEncryption in interface com.amazonaws.services.s3.internal.ServerSideEncryptionResultserverSideEncryption - The server-side encryption algorithm for the new object.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||