| 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 |
|---|---|
static TransferNetworkConnectionType |
TransferNetworkConnectionType.getConnectionType(String typeAsString)
Returns the connection type from string
|
TransferNetworkConnectionType |
TransferUtilityOptions.getTransferNetworkConnectionType()
Retrieve the transfer connection type.
|
static TransferNetworkConnectionType |
TransferNetworkConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferNetworkConnectionType[] |
TransferNetworkConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransferUtilityOptions(int transferThreadPoolSize,
TransferNetworkConnectionType transferNetworkConnectionType)
Constructor that sets the options to the
default values.
|
Copyright © 2020. All rights reserved.