Uses of Class
software.amazon.awssdk.services.honeycode.model.DataItem
-
Packages that use DataItem Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of DataItem in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type DataItem Modifier and Type Method Description List<DataItem>ResultRow. dataItems()List of all the data cells in a row.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type DataItem Modifier and Type Method Description ResultRow.BuilderResultRow.Builder. dataItems(DataItem... dataItems)List of all the data cells in a row.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type DataItem Modifier and Type Method Description ResultRow.BuilderResultRow.Builder. dataItems(Collection<DataItem> dataItems)List of all the data cells in a row.
-