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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket in which this object is stored.
StringgetETag()
Gets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
StringgetKey()
Gets the key under which this object is stored in Amazon S3.
DategetLastModified()
Gets the date when, according to Amazon S3, this object was last modified.
OwnergetOwner()
Gets the owner of this object.
longgetSize()
Gets the size of this object in bytes.
StringgetStorageClass()
Gets the storage class used by Amazon S3 for this object.
voidsetBucketName(String bucketName)
Sets the name of the Amazon S3 bucket in which this object is stored.
voidsetETag(String eTag)
Sets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
voidsetKey(String key)
Sets the key under which this object is stored in Amazon S3.
voidsetLastModified(Date lastModified)
Sets the date, according to Amazon S3, this object was last modified.
voidsetOwner(Owner owner)
Sets the owner of this object.
voidsetSize(long size)
Sets the size of this object in bytes.
voidsetStorageClass(String storageClass)
Sets the storage class used by Amazon S3 for this object.