| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
List<CreateRowData> |
BatchCreateTableRowsRequest.rowsToCreate()
The list of rows to create at the end of the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.rowsToCreate(CreateRowData... rowsToCreate)
The list of rows to create at the end of the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.rowsToCreate(Collection<CreateRowData> rowsToCreate)
The list of rows to create at the end of the table.
|
Copyright © 2020. All rights reserved.