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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetETag()
Returns the entity tag of the newly uploaded part.
PartETaggetPartETag()
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.
voidsetETag(String eTag)
Sets the entity tag of the newly uploaded part.
voidsetPartNumber(int partNumber)
Sets the part number of the newly uploaded part.