| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognito |
Primary classes for interacting with the AmazonCognitoSync mobile connector,
which is a high level client that provides data synchronization across multiple mobile devices and
powered by Amazon Cognito Identity service, Cognito Sync service, and Security Token
Service (STS).
|
| com.amazonaws.mobileconnectors.cognito.exceptions |
Cognito mobile connector related exception classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSyncCallback.onFailure(DataStorageException dse) |
void |
Dataset.SyncCallback.onFailure(DataStorageException dse)
This is called when an exception occurs during sync.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CognitoSyncManager.refreshDatasetMetadata()
Refreshes dataset metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataAccessNotAuthorizedException
This exception is thrown when the data set of interest is not authorized to
be accessed
|
class |
DataConflictException
This exception is thrown when an update fails due to conflicting states.
|
class |
DataLimitExceededException
This exception is thrown when the dataset operation exceeds certain limit,
e.g.
|
class |
DatasetNotFoundException
This exception is thrown when the dataset that is attempted to access does
not exist.
|
class |
NetworkException
This exception is thrown when a service request failed due to network
connectivity problem.
|
Copyright © 2016. All rights reserved.