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

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

Introduction

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

The text is from its open source code.

Field

booleanisLatest
True if this is the latest version of the associated object
booleanisDeleteMarker
True if this object represents a delete marker

Constructor

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket in which this version is stored.
StringgetETag()
Gets the hex encoded 128-bit MD5 hash of this version's contents as computed by Amazon S3.
StringgetKey()
Gets the key under which this version is stored in Amazon S3.
DategetLastModified()
Gets the date according to Amazon S3 at which this version was last modified.
OwnergetOwner()
Gets the owner of this version.
longgetSize()
Gets the size of this version in bytes.
StringgetStorageClass()
Gets the storage class used by Amazon S3 for this version.
StringgetVersionId()
Gets the version ID which uniquely identifies this version of an object.
voidsetBucketName(String bucketName)
Sets the name of the Amazon S3 bucket in which this version is stored.
voidsetKey(String key)
Sets the key under which this version is stored in Amazon S3.
voidsetSize(long size)
Sets the size of this version in bytes.
voidsetStorageClass(String storageClass)
Sets the storage class used by Amazon S3 for this version.
voidsetVersionId(String id)
Sets the version ID which uniquely identifies this version of an object.