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 RecordPatchRecordPatch. clone()RecordPatchRecordPatch. withDeviceLastModifiedDate(Date deviceLastModifiedDate)The last modified date of the client device.RecordPatchRecordPatch. withKey(String key)The key associated with the record patch.RecordPatchRecordPatch. withOp(Operation op)An operation, either replace or remove.RecordPatchRecordPatch. withOp(String op)An operation, either replace or remove.RecordPatchRecordPatch. withSyncCount(Long syncCount)Last known server sync count for this record.RecordPatchRecordPatch. 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 UpdateRecordsRequestUpdateRecordsRequest. 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 voidUpdateRecordsRequest. setRecordPatches(Collection<RecordPatch> recordPatches)A list of patch operations.UpdateRecordsRequestUpdateRecordsRequest. withRecordPatches(Collection<RecordPatch> recordPatches)A list of patch operations.
-