Uses of Interface
software.amazon.awssdk.services.cognitosync.model.RecordPatch.Builder
-
Packages that use RecordPatch.Builder Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of RecordPatch.Builder in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return RecordPatch.Builder Modifier and Type Method Description static RecordPatch.BuilderRecordPatch. builder()RecordPatch.BuilderRecordPatch.Builder. deviceLastModifiedDate(Instant deviceLastModifiedDate)The last modified date of the client device.RecordPatch.BuilderRecordPatch.Builder. key(String key)The key associated with the record patch.RecordPatch.BuilderRecordPatch.Builder. op(String op)An operation, either replace or remove.RecordPatch.BuilderRecordPatch.Builder. op(Operation op)An operation, either replace or remove.RecordPatch.BuilderRecordPatch.Builder. syncCount(Long syncCount)Last known server sync count for this record.RecordPatch.BuilderRecordPatch. toBuilder()RecordPatch.BuilderRecordPatch.Builder. value(String value)The value associated with the record patch.Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type RecordPatch.Builder Modifier and Type Method Description static Class<? extends RecordPatch.Builder>RecordPatch. serializableBuilderClass()
-