| Package | Description |
|---|---|
| com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(RecordPatch... recordPatches)
Returns a reference to this object so that method calls can be chained together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRecordsRequest.setRecordPatches(Collection<RecordPatch> recordPatches) |
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(Collection<RecordPatch> recordPatches)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2014. All rights reserved.