Uses of Class
software.amazon.awssdk.services.honeycode.model.UpdateRowData
-
Packages that use UpdateRowData Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpdateRowData in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpdateRowData Modifier and Type Method Description List<UpdateRowData>BatchUpdateTableRowsRequest. rowsToUpdate()The list of rows to update in the table.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type UpdateRowData Modifier and Type Method Description BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. rowsToUpdate(UpdateRowData... rowsToUpdate)The list of rows to update in the table.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type UpdateRowData Modifier and Type Method Description BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. rowsToUpdate(Collection<UpdateRowData> rowsToUpdate)The list of rows to update in the table.
-