| 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)
Sets the value of the DeviceLastModifiedDate property for this object.
|
RecordPatch |
RecordPatch.withKey(String key)
Sets the value of the Key property for this object.
|
RecordPatch |
RecordPatch.withOp(Operation op)
Sets the value of the Op property for this object.
|
RecordPatch |
RecordPatch.withOp(String op)
Sets the value of the Op property for this object.
|
RecordPatch |
RecordPatch.withSyncCount(Long syncCount)
Sets the value of the SyncCount property for this object.
|
RecordPatch |
RecordPatch.withValue(String value)
Sets the value of the Value property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordPatch> |
UpdateRecordsRequest.getRecordPatches()
Returns the value of the RecordPatches property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(RecordPatch... recordPatches)
Sets the value of the RecordPatches property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRecordsRequest.setRecordPatches(Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches property for this object.
|
UpdateRecordsRequest |
UpdateRecordsRequest.withRecordPatches(Collection<RecordPatch> recordPatches)
Sets the value of the RecordPatches property for this object.
|
Copyright © 2015. All rights reserved.