Uses of Class
software.amazon.awssdk.services.cognitosync.model.RecordPatch
-
Packages that use RecordPatch Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of RecordPatch in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type RecordPatch Modifier and Type Method Description List<RecordPatch>UpdateRecordsRequest. recordPatches()A list of patch operations.Methods in software.amazon.awssdk.services.cognitosync.model with parameters of type RecordPatch Modifier and Type Method Description UpdateRecordsRequest.BuilderUpdateRecordsRequest.Builder. recordPatches(RecordPatch... recordPatches)A list of patch operations.Method parameters in software.amazon.awssdk.services.cognitosync.model with type arguments of type RecordPatch Modifier and Type Method Description UpdateRecordsRequest.BuilderUpdateRecordsRequest.Builder. recordPatches(Collection<RecordPatch> recordPatches)A list of patch operations.
-