| 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 |
|---|---|
TransferState |
TransferObserver.getState()
Gets the state of the transfer task.
|
static TransferState |
TransferState.getState(String stateAsString)
Returns the transfer state from string
|
static TransferState |
TransferState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferState[] |
TransferState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransferObserver> |
TransferUtility.getTransfersWithTypeAndState(TransferType type,
TransferState state)
Gets a list of TransferObserver instances which are observing records
with the given type.
|
List<TransferObserver> |
TransferUtility.getTransfersWithTypeAndStates(TransferType type,
TransferState[] states)
Gets a list of TransferObserver instances which are observing records
with the given type.
|
void |
TransferListener.onStateChanged(int id,
TransferState state)
Called when the state of the transfer is changed.
|
Copyright © 2018. All rights reserved.