|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.model.PutObjectResult
public class PutObjectResult
Contains the data returned by Amazon S3 from the putObject
operation.
Use this request to access information about the new object created from the
putObject request, such as its ETag and optional version ID.
AmazonS3.putObject(String, String, java.io.File),
AmazonS3#putObject(String, String, java.io.InputStream, S3ObjectMetadata),
AmazonS3.putObject(PutObjectRequest)| Constructor Summary | |
|---|---|
PutObjectResult()
|
|
| Method Summary | |
|---|---|
String |
getETag()
Gets the ETag value for the newly created object. |
Date |
getExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire. |
String |
getExpirationTimeRuleId()
Returns the BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire. |
String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created object, or null if none was used. |
String |
getVersionId()
Gets the optional version ID of the newly uploaded object. |
void |
setETag(String eTag)
Sets the ETag value for the new object that was created from the associated putObject request. |
void |
setExpirationTime(Date expirationTime)
Sets the expiration time for the object. |
void |
setExpirationTimeRuleId(String expirationTimeRuleId)
Sets the BucketLifecycleConfiguration rule ID for this object's
expiration |
void |
setServerSideEncryption(String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object. |
void |
setVersionId(String versionId)
Sets the optional version ID of the newly uploaded object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutObjectResult()
| Method Detail |
|---|
public String getVersionId()
setVersionId(String)public void setVersionId(String versionId)
versionId - The optional version ID of the newly uploaded object.getVersionId()public String getETag()
setETag(String)public void setETag(String eTag)
putObject request.
eTag - The ETag value for the new object.getETag()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.public Date getExpirationTime()
getExpirationTime in interface com.amazonaws.services.s3.internal.ObjectExpirationResultpublic void setExpirationTime(Date expirationTime)
setExpirationTime in interface com.amazonaws.services.s3.internal.ObjectExpirationResultexpirationTime - The expiration time for the object.public String getExpirationTimeRuleId()
BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId in interface com.amazonaws.services.s3.internal.ObjectExpirationResultBucketLifecycleConfiguration.Rule.getId()public void setExpirationTimeRuleId(String expirationTimeRuleId)
BucketLifecycleConfiguration rule ID for this object's
expiration
setExpirationTimeRuleId in interface com.amazonaws.services.s3.internal.ObjectExpirationResultexpirationTimeRuleId - The rule ID for this object's expiration
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||