| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateRowData> |
BatchUpdateTableRowsRequest.rowsToUpdate()
The list of rows to update in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.rowsToUpdate(UpdateRowData... rowsToUpdate)
The list of rows to update in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.rowsToUpdate(Collection<UpdateRowData> rowsToUpdate)
The list of rows to update in the table.
|
Copyright © 2020. All rights reserved.