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 RecordRecord. clone()RecordRecord. withDeviceLastModifiedDate(Date deviceLastModifiedDate)The last modified date of the client device.RecordRecord. withKey(String key)The key for the record.RecordRecord. withLastModifiedBy(String lastModifiedBy)The user/device that made the last change to this record.RecordRecord. withLastModifiedDate(Date lastModifiedDate)The date on which the record was last modified.RecordRecord. withSyncCount(Long syncCount)The server sync count for this record.RecordRecord. 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 ListRecordsResultListRecordsResult. withRecords(Record... records)A list of all records.UpdateRecordsResultUpdateRecordsResult. 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 voidListRecordsResult. setRecords(Collection<Record> records)A list of all records.voidUpdateRecordsResult. setRecords(Collection<Record> records)A list of records that have been updated.ListRecordsResultListRecordsResult. withRecords(Collection<Record> records)A list of all records.UpdateRecordsResultUpdateRecordsResult. withRecords(Collection<Record> records)A list of records that have been updated.
-