Uses of Class
com.amazonaws.services.cognitosync.model.Record
Packages that use Record
-
Uses of Record in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return RecordModifier and TypeMethodDescriptionRecord.clone()
Record.withDeviceLastModifiedDate
(Date deviceLastModifiedDate) The last modified date of the client device.The key for the record.Record.withLastModifiedBy
(String lastModifiedBy) The user/device that made the last change to this record.Record.withLastModifiedDate
(Date lastModifiedDate) The date on which the record was last modified.Record.withSyncCount
(Long syncCount) The server sync count for this record.The value for the record.Methods in com.amazonaws.services.cognitosync.model that return types with arguments of type RecordModifier and TypeMethodDescriptionListRecordsResult.getRecords()
A list of all records.UpdateRecordsResult.getRecords()
A list of records that have been updated.Methods in com.amazonaws.services.cognitosync.model with parameters of type RecordModifier and TypeMethodDescriptionListRecordsResult.withRecords
(Record... records) A list of all records.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 RecordModifier and TypeMethodDescriptionvoid
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.withRecords
(Collection<Record> records) A list of all records.UpdateRecordsResult.withRecords
(Collection<Record> records) A list of records that have been updated.