| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordPatch.Builder |
RecordPatch.builder() |
RecordPatch.Builder |
RecordPatch.Builder.deviceLastModifiedDate(Instant deviceLastModifiedDate)
The last modified date of the client device.
|
RecordPatch.Builder |
RecordPatch.Builder.key(String key)
The key associated with the record patch.
|
RecordPatch.Builder |
RecordPatch.Builder.op(Operation op)
An operation, either replace or remove.
|
RecordPatch.Builder |
RecordPatch.Builder.op(String op)
An operation, either replace or remove.
|
RecordPatch.Builder |
RecordPatch.Builder.syncCount(Long syncCount)
Last known server sync count for this record.
|
RecordPatch.Builder |
RecordPatch.toBuilder() |
RecordPatch.Builder |
RecordPatch.Builder.value(String value)
The value associated with the record patch.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecordPatch.Builder> |
RecordPatch.serializableBuilderClass() |
Copyright © 2023. All rights reserved.