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