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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetMinimumUploadPartSize(long minimumUploadPartSize)
Sets the minimum part size for upload parts.
voidsetMultipartCopyPartSize(long multipartCopyPartSize)
Sets the minimum part size in bytes for each part in a multi-part copy request.
voidsetMultipartCopyThreshold(long multipartCopyThreshold)
Sets the size threshold in bytes for when to use multi-part copy requests.
voidsetMultipartUploadThreshold(long multipartUploadThreshold)
Sets the size threshold in bytes for when to use multipart uploads.
voidsetMultipartUploadThreshold(int multipartUploadThreshold)
Sets the size threshold in bytes for when to use multipart uploads.