| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transferutility |
This package contains helper classes for managing upload and download tasks and a public
class
TransferUtility
which is a high level client that provides methods to control users' upload and download tasks. |
| Modifier and Type | Method and Description |
|---|---|
TransferUtility.Builder |
TransferUtility.Builder.awsConfiguration(AWSConfiguration awsConfiguration)
Sets the region of the underlying S3 client and the default bucket used for
uploads and downloads.
|
static TransferUtility.Builder |
TransferUtility.builder()
Minimum calls required.
|
TransferUtility.Builder |
TransferUtility.Builder.context(android.content.Context applicationContext)
Sets the context used.
|
TransferUtility.Builder |
TransferUtility.Builder.defaultBucket(String bucket)
Sets the default bucket used for uploads and downloads.
|
TransferUtility.Builder |
TransferUtility.Builder.s3Client(AmazonS3 s3Client)
Sets the underlying S3 client used for transfers.
|
TransferUtility.Builder |
TransferUtility.Builder.transferUtilityOptions(TransferUtilityOptions tuOptions)
Sets the TransferUtilityOptions for this TransferUtility instance.
|
Copyright © 2019. All rights reserved.