Uses of Interface
software.amazon.awssdk.services.honeycode.model.UpdateRowData.Builder
-
Packages that use UpdateRowData.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpdateRowData.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return UpdateRowData.Builder Modifier and Type Method Description static UpdateRowData.BuilderUpdateRowData. builder()UpdateRowData.BuilderUpdateRowData.Builder. cellsToUpdate(Map<String,CellInput> cellsToUpdate)A map representing the cells to update in the given row.UpdateRowData.BuilderUpdateRowData.Builder. rowId(String rowId)The id of the row that needs to be updated.UpdateRowData.BuilderUpdateRowData. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpdateRowData.Builder Modifier and Type Method Description static Class<? extends UpdateRowData.Builder>UpdateRowData. serializableBuilderClass()
-