Uses of Interface
software.amazon.awssdk.services.honeycode.model.CellInput.Builder
-
Packages that use CellInput.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of CellInput.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return CellInput.Builder Modifier and Type Method Description static CellInput.BuilderCellInput. builder()CellInput.BuilderCellInput.Builder. fact(String fact)Fact represents the data that is entered into a cell.CellInput.BuilderCellInput.Builder. facts(String... facts)A list representing the values that are entered into a ROWSET cell.CellInput.BuilderCellInput.Builder. facts(Collection<String> facts)A list representing the values that are entered into a ROWSET cell.CellInput.BuilderCellInput. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type CellInput.Builder Modifier and Type Method Description static Class<? extends CellInput.Builder>CellInput. serializableBuilderClass()
-