Java com.amazonaws.services.s3.model PutObjectResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model PutObjectResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model PutObjectResult.

The text is from its open source code.

Subclass

com.amazonaws.services.s3.model.PutObjectResult has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetContentMd5()
Returns the Base64-encoded MD5 hash of the object content that was calculated on the client-side.
StringgetETag()
Gets the server-side ETag value for the newly created object.
DategetExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire.
ObjectMetadatagetMetadata()
Returns the metadata retrieved as a response to AmazonS3Client#putObject(PutObjectRequest) operation.
StringgetSSEAlgorithm()
StringgetVersionId()
Gets the optional version ID of the newly uploaded object.
voidsetContentMd5(String contentMd5)
Sets the Base64-encoded MD5 hash of the object content that was calculated on the client-side.
voidsetETag(String eTag)
Sets the ETag value for the new object that was created from the associated putObject request.
voidsetVersionId(String versionId)
Sets the optional version ID of the newly uploaded object.