| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
UpsertRowData.getFilter()
The filter formula to use to find existing matching rows to update.
|
Filter |
QueryTableRowsRequest.getFilterFormula()
An object that represents a filter formula along with the id of the context row under which the filter function
needs to evaluate.
|
Filter |
Filter.withContextRowId(String contextRowId)
The optional contextRowId attribute can be used to specify the row id of the context row if the filter formula
contains unqualified references to table columns and needs a context row to evaluate them successfully.
|
Filter |
Filter.withFormula(String formula)
A formula representing a filter function that returns zero or more matching rows from a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpsertRowData.setFilter(Filter filter)
The filter formula to use to find existing matching rows to update.
|
void |
QueryTableRowsRequest.setFilterFormula(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.
|
UpsertRowData |
UpsertRowData.withFilter(Filter filter)
The filter formula to use to find existing matching rows to update.
|
QueryTableRowsRequest |
QueryTableRowsRequest.withFilterFormula(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 © 2023. All rights reserved.