Uses of Class
software.amazon.awssdk.services.honeycode.model.CreateRowData
-
Packages that use CreateRowData Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of CreateRowData in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type CreateRowData Modifier and Type Method Description List<CreateRowData>BatchCreateTableRowsRequest. rowsToCreate()The list of rows to create at the end of the table.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type CreateRowData Modifier and Type Method Description BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. rowsToCreate(CreateRowData... rowsToCreate)The list of rows to create at the end of the table.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type CreateRowData Modifier and Type Method Description BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. rowsToCreate(Collection<CreateRowData> rowsToCreate)The list of rows to create at the end of the table.
-