Uses of Interface
software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
-
Packages that use QueryTableRowsRequest.Builder Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.model -
-
Uses of QueryTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type QueryTableRowsRequest.Builder Modifier and Type Method Description default CompletableFuture<QueryTableRowsResponse>HoneycodeAsyncClient. queryTableRows(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.default QueryTableRowsResponseHoneycodeClient. queryTableRows(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.default QueryTableRowsPublisherHoneycodeAsyncClient. queryTableRowsPaginator(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.default QueryTableRowsIterableHoneycodeClient. queryTableRowsPaginator(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table. -
Uses of QueryTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return QueryTableRowsRequest.Builder Modifier and Type Method Description static QueryTableRowsRequest.BuilderQueryTableRowsRequest. builder()default QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. filterFormula(Consumer<Filter.Builder> filterFormula)An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.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.QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. maxResults(Integer maxResults)The maximum number of rows to return in each page of the results.QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. nextToken(String nextToken)This parameter is optional.QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. tableId(String tableId)The ID of the table whose rows are being queried.QueryTableRowsRequest.BuilderQueryTableRowsRequest. toBuilder()QueryTableRowsRequest.BuilderQueryTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook whose table rows are being queried.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type QueryTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends QueryTableRowsRequest.Builder>QueryTableRowsRequest. serializableBuilderClass()
-