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

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

Introduction

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

The text is from its open source code.

Constructor

Method

LonggetFirstByte()
Returns the optional start range to copy from the source object.
LonggetLastByte()
Returns the optional zero-based byte offset to stop copying the source.
intgetPartNumber()
Returns the part number describing this part's position relative to the other parts in the multipart upload.
StringgetUploadId()
Returns the ID of the existing, initiated multipart upload with which this new part will be associated.
voidsetDestinationSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to encrypt the source object part being copied.
voidsetSourceSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to decrypt the source object part being copied.