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

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

Introduction

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

The text is from its open source code.

Method

StringgetETag()
Gets the ETag value for the new part that was created in the associated CopyPartRequest .
PartETaggetPartETag()
Returns an identifier which identifies the copy part by its part number and the entity tag computed from the part's data.
intgetPartNumber()
Gets the part number of the newly copied part.