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

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

Introduction

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

The text is from its open source code.

Constructor

Method

DategetInitiated()
Returns the date at which this upload was initiated.
OwnergetInitiator()
Returns the user who initiated this multipart upload.
StringgetKey()
Returns the key by which this upload is stored.
OwnergetOwner()
Returns the owner of this multipart upload.
StringgetStorageClass()
Returns the storage class indicating how the data in this multipart upload will be stored.
StringgetUploadId()
Returns the unique ID of this multipart upload.
voidsetInitiated(Date initiated)
Sets the date at which this upload was initiated.