Uses of Class
com.amazonaws.services.cognitosync.model.RecordPatch
Packages that use RecordPatch
-
Uses of RecordPatch in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return RecordPatchModifier and TypeMethodDescriptionRecordPatch.clone()
RecordPatch.withDeviceLastModifiedDate
(Date deviceLastModifiedDate) The last modified date of the client device.The key associated with the record patch.An operation, either replace or remove.An operation, either replace or remove.RecordPatch.withSyncCount
(Long syncCount) Last known server sync count for this record.The value associated with the record patch.Methods in com.amazonaws.services.cognitosync.model that return types with arguments of type RecordPatchModifier and TypeMethodDescriptionUpdateRecordsRequest.getRecordPatches()
A list of patch operations.Methods in com.amazonaws.services.cognitosync.model with parameters of type RecordPatchModifier and TypeMethodDescriptionUpdateRecordsRequest.withRecordPatches
(RecordPatch... recordPatches) A list of patch operations.Method parameters in com.amazonaws.services.cognitosync.model with type arguments of type RecordPatchModifier and TypeMethodDescriptionvoid
UpdateRecordsRequest.setRecordPatches
(Collection<RecordPatch> recordPatches) A list of patch operations.UpdateRecordsRequest.withRecordPatches
(Collection<RecordPatch> recordPatches) A list of patch operations.