| 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).
|
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
Record.Builder.deviceLastModifiedDate(Date nDeviceLastModifiedDate)
Sets the device last modified date of this
Record. |
Record.Builder |
Record.Builder.lastModifiedBy(String nLastModifiedBy)
Sets the last modified by of this
Record. |
Record.Builder |
Record.Builder.lastModifiedDate(Date nLastModifiedDate)
Sets the last modified date of this
Record. |
Record.Builder |
Record.Builder.modified(boolean nModified)
Sets whether this
Record has local modification. |
Record.Builder |
Record.Builder.syncCount(long nSyncCount)
Sets the syncCount of the new
Record. |
Record.Builder |
Record.Builder.value(String nValue)
Sets the value of the new
Record. |
Copyright © 2019. All rights reserved.