| 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 deviceLastModifiedDate)
Sets the device last modified date of this
Record. |
Record.Builder |
Record.Builder.lastModifiedBy(String lastModifiedBy)
Sets the last modified by of this
Record. |
Record.Builder |
Record.Builder.lastModifiedDate(Date lastModifiedDate)
Sets the last modified date of this
Record. |
Record.Builder |
Record.Builder.modified(boolean modified)
Sets whether this
Record has local modification. |
Record.Builder |
Record.Builder.syncCount(long syncCount)
Sets the syncCount of the new
Record. |
Record.Builder |
Record.Builder.value(String value)
Sets the value of the new
Record. |
Copyright © 2016. All rights reserved.