Uses of Class
software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
-
Packages that use QueryTableRowsRequest 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.paginators software.amazon.awssdk.services.honeycode.transform -
-
Uses of QueryTableRowsRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type QueryTableRowsRequest Modifier and Type Method Description default CompletableFuture<QueryTableRowsResponse>HoneycodeAsyncClient. queryTableRows(QueryTableRowsRequest queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.default QueryTableRowsResponseHoneycodeClient. queryTableRows(QueryTableRowsRequest queryTableRowsRequest)The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.default QueryTableRowsPublisherHoneycodeAsyncClient. queryTableRowsPaginator(QueryTableRowsRequest queryTableRowsRequest)This is a variant ofHoneycodeAsyncClient.queryTableRows(software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest)operation.default QueryTableRowsIterableHoneycodeClient. queryTableRowsPaginator(QueryTableRowsRequest queryTableRowsRequest)This is a variant ofHoneycodeClient.queryTableRows(software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest)operation. -
Uses of QueryTableRowsRequest in software.amazon.awssdk.services.honeycode.paginators
Constructors in software.amazon.awssdk.services.honeycode.paginators with parameters of type QueryTableRowsRequest Constructor Description QueryTableRowsIterable(HoneycodeClient client, QueryTableRowsRequest firstRequest)QueryTableRowsPublisher(HoneycodeAsyncClient client, QueryTableRowsRequest firstRequest) -
Uses of QueryTableRowsRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type QueryTableRowsRequest Modifier and Type Method Description SdkHttpFullRequestQueryTableRowsRequestMarshaller. marshall(QueryTableRowsRequest queryTableRowsRequest)
-