Uses of Class
software.amazon.awssdk.services.honeycode.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of Filter in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return Filter Modifier and Type Method Description FilterUpsertRowData. filter()The filter formula to use to find existing matching rows to update.FilterQueryTableRowsRequest. filterFormula()An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type Filter Modifier and Type Method Description UpsertRowData.BuilderUpsertRowData.Builder. filter(Filter filter)The filter formula to use to find existing matching rows to update.QueryTableRowsRequest.BuilderQueryTableRowsRequest.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.
-