Package | Description |
---|---|
com.amazonaws.services.cognitosync.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<RecordPatch> |
UpdateRecordsRequest.getRecordPatches()
A list of patch operations.
|
Modifier and Type | Method and Description |
---|---|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(RecordPatch... recordPatches)
A list of patch operations.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRecordsRequest.setRecordPatches(Collection<RecordPatch> recordPatches)
A list of patch operations.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(Collection<RecordPatch> recordPatches)
A list of patch operations.
|
Copyright © 2018. All rights reserved.