Uses of Interface
software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
-
Packages that use ListTableRowsRequest.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 ListTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type ListTableRowsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTableRowsResponse>HoneycodeAsyncClient. listTableRows(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.default ListTableRowsResponseHoneycodeClient. listTableRows(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.default ListTableRowsPublisherHoneycodeAsyncClient. listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.default ListTableRowsIterableHoneycodeClient. listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook. -
Uses of ListTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ListTableRowsRequest.Builder Modifier and Type Method Description static ListTableRowsRequest.BuilderListTableRowsRequest. builder()ListTableRowsRequest.BuilderListTableRowsRequest.Builder. maxResults(Integer maxResults)The maximum number of rows to return in each page of the results.ListTableRowsRequest.BuilderListTableRowsRequest.Builder. nextToken(String nextToken)This parameter is optional.ListTableRowsRequest.BuilderListTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTableRowsRequest.BuilderListTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTableRowsRequest.BuilderListTableRowsRequest.Builder. rowIds(String... rowIds)This parameter is optional.ListTableRowsRequest.BuilderListTableRowsRequest.Builder. rowIds(Collection<String> rowIds)This parameter is optional.ListTableRowsRequest.BuilderListTableRowsRequest.Builder. tableId(String tableId)The ID of the table whose rows are being retrieved.ListTableRowsRequest.BuilderListTableRowsRequest. toBuilder()ListTableRowsRequest.BuilderListTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook that contains the table whose rows are being retrieved.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ListTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends ListTableRowsRequest.Builder>ListTableRowsRequest. serializableBuilderClass()
-