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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetETag()
Gets the ETag value for the new object that was created in the associated CopyObjectRequest .
DategetLastModifiedDate()
Gets the date the newly copied object was last modified.
StringgetVersionId()
voidsetETag(String etag)
Sets the ETag value for the new object that was created from the associated copy object request.
voidsetVersionId(String versionId)