Uses of Class
com.amazonaws.services.cognitosync.model.Record
-
Packages that use Record Package Description com.amazonaws.services.cognitosync.model -
-
Uses of Record in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return Record Modifier and Type Method Description Record
Record. clone()
Record
Record. withDeviceLastModifiedDate(Date deviceLastModifiedDate)
The last modified date of the client device.Record
Record. withKey(String key)
The key for the record.Record
Record. withLastModifiedBy(String lastModifiedBy)
The user/device that made the last change to this record.Record
Record. withLastModifiedDate(Date lastModifiedDate)
The date on which the record was last modified.Record
Record. withSyncCount(Long syncCount)
The server sync count for this record.Record
Record. withValue(String value)
The value for the record.Methods in com.amazonaws.services.cognitosync.model that return types with arguments of type Record Modifier and Type Method Description List<Record>
ListRecordsResult. getRecords()
A list of all records.List<Record>
UpdateRecordsResult. getRecords()
A list of records that have been updated.Methods in com.amazonaws.services.cognitosync.model with parameters of type Record Modifier and Type Method Description ListRecordsResult
ListRecordsResult. withRecords(Record... records)
A list of all records.UpdateRecordsResult
UpdateRecordsResult. withRecords(Record... records)
A list of records that have been updated.Method parameters in com.amazonaws.services.cognitosync.model with type arguments of type Record Modifier and Type Method Description void
ListRecordsResult. setRecords(Collection<Record> records)
A list of all records.void
UpdateRecordsResult. setRecords(Collection<Record> records)
A list of records that have been updated.ListRecordsResult
ListRecordsResult. withRecords(Collection<Record> records)
A list of all records.UpdateRecordsResult
UpdateRecordsResult. withRecords(Collection<Record> records)
A list of records that have been updated.
-