| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
List<UpsertRowData> |
BatchUpsertTableRowsRequest.rowsToUpsert()
The list of rows to upsert in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.rowsToUpsert(UpsertRowData... rowsToUpsert)
The list of rows to upsert in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.rowsToUpsert(Collection<UpsertRowData> rowsToUpsert)
The list of rows to upsert in the table.
|
Copyright © 2022. All rights reserved.