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