Uses of Class
software.amazon.awssdk.services.honeycode.model.ColumnMetadata
-
Packages that use ColumnMetadata Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ColumnMetadata in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ColumnMetadata Modifier and Type Method Description List<ColumnMetadata>ResultSet. headers()List of headers for all the data cells in the block.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ColumnMetadata Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. headers(ColumnMetadata... headers)List of headers for all the data cells in the block.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type ColumnMetadata Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. headers(Collection<ColumnMetadata> headers)List of headers for all the data cells in the block.
-