| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
UpsertRowData.filter()
The filter formula to use to find existing matching rows to update.
|
Filter |
QueryTableRowsRequest.filterFormula()
An object that represents a filter formula along with the id of the context row under which the filter function
needs to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertRowData.Builder |
UpsertRowData.Builder.filter(Filter filter)
The filter formula to use to find existing matching rows to update.
|
QueryTableRowsRequest.Builder |
QueryTableRowsRequest.Builder.filterFormula(Filter filterFormula)
An object that represents a filter formula along with the id of the context row under which the filter
function needs to evaluate.
|
Copyright © 2021. All rights reserved.