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

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

Introduction

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

The text is from its open source code.

Method

StringgetBucketName()
Returns the name of the bucket containing the uploaded object.
StringgetETag()
Returns the entity tag identifying the new object.
StringgetKey()
Returns the key by which the newly created object is stored.
StringgetVersionId()
Returns the version ID of the new object.