| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRowData |
CreateRowData.addCellsToCreateEntry(String key,
CellInput value)
Add a single CellsToCreate entry
|
CreateRowData |
CreateRowData.clearCellsToCreateEntries()
Removes all the entries added into CellsToCreate.
|
CreateRowData |
CreateRowData.clone() |
CreateRowData |
CreateRowData.withBatchItemId(String batchItemId)
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows
request.
|
CreateRowData |
CreateRowData.withCellsToCreate(Map<String,CellInput> cellsToCreate)
A map representing the cells to create in the new row.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateRowData> |
BatchCreateTableRowsRequest.getRowsToCreate()
The list of rows to create at the end of the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withRowsToCreate(CreateRowData... rowsToCreate)
The list of rows to create at the end of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateTableRowsRequest.setRowsToCreate(Collection<CreateRowData> rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withRowsToCreate(Collection<CreateRowData> rowsToCreate)
The list of rows to create at the end of the table.
|
Copyright © 2021. All rights reserved.