Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RecordPatch> |
UpdateRecordsRequest.recordPatches
A list of patch operations.
|
Modifier and Type | Method and Description |
---|---|
RecordPatch |
RecordPatch.clone() |
RecordPatch |
RecordPatch.withDeviceLastModifiedDate(java.util.Date deviceLastModifiedDate)
The last modified date of the client device.
|
RecordPatch |
RecordPatch.withKey(java.lang.String key)
The key associated with the record patch.
|
RecordPatch |
RecordPatch.withOp(Operation op)
An operation, either replace or remove.
|
RecordPatch |
RecordPatch.withOp(java.lang.String op)
An operation, either replace or remove.
|
RecordPatch |
RecordPatch.withSyncCount(java.lang.Long syncCount)
Last known server sync count for this record.
|
RecordPatch |
RecordPatch.withValue(java.lang.String value)
The value associated with the record patch.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RecordPatch> recordPatches)
A list of patch operations.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(java.util.Collection<RecordPatch> recordPatches)
A list of patch operations.
|
Modifier and Type | Method and Description |
---|---|
RecordPatch |
RecordPatchJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordPatchJsonMarshaller.marshall(RecordPatch recordPatch,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|