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

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

Introduction

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

The text is from its open source code.

Method

StringgetETag()
Returns the entity tag generated from the part content.
DategetLastModified()
Returns the date this part was last modified.
intgetPartNumber()
Returns the part number describing this part's position relative to the other parts in the multipart upload.
longgetSize()
Returns the size of this part, in bytes.