|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.model.InitiateMultipartUploadResult
public class InitiateMultipartUploadResult
Contains the results of initiating a multipart upload, particularly the unique ID of the new multipart upload.
AmazonS3.initiateMultipartUpload(InitiateMultipartUploadRequest)| Constructor Summary | |
|---|---|
InitiateMultipartUploadResult()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was initiated. |
java.lang.String |
getKey()
Returns the object key for which the multipart upload was initiated. |
java.lang.String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created object, or null if none was used. |
java.lang.String |
getUploadId()
Returns the initiated multipart upload ID. |
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket in which the new multipart upload was initiated. |
void |
setKey(java.lang.String key)
Sets the object key for which the multipart upload was initiated. |
void |
setServerSideEncryption(java.lang.String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object. |
void |
setUploadId(java.lang.String uploadId)
Sets the initiated multipart upload ID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitiateMultipartUploadResult()
| Method Detail |
|---|
public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName - The name of the bucket in which the new multipart upload was
initiated.public java.lang.String getKey()
public void setKey(java.lang.String key)
key - The object key for which the multipart upload was initiated.public java.lang.String getUploadId()
public void setUploadId(java.lang.String uploadId)
uploadId - The initiated multipart upload ID.public java.lang.String getServerSideEncryption()
getServerSideEncryption in interface com.amazonaws.services.s3.internal.ServerSideEncryptionResultpublic void setServerSideEncryption(java.lang.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 | ||||||