Uses of Interface
software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
-
Packages that use BatchCreateTableRowsRequest.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 BatchCreateTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type BatchCreateTableRowsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateTableRowsResponse>HoneycodeAsyncClient. batchCreateTableRows(Consumer<BatchCreateTableRowsRequest.Builder> batchCreateTableRowsRequest)The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.default BatchCreateTableRowsResponseHoneycodeClient. batchCreateTableRows(Consumer<BatchCreateTableRowsRequest.Builder> batchCreateTableRowsRequest)The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. -
Uses of BatchCreateTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return BatchCreateTableRowsRequest.Builder Modifier and Type Method Description static BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest. builder()BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. clientRequestToken(String clientRequestToken)The request token for performing the batch create operation.BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. rowsToCreate(Collection<CreateRowData> rowsToCreate)The list of rows to create at the end of the table.BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. rowsToCreate(Consumer<CreateRowData.Builder>... rowsToCreate)The list of rows to create at the end of the table.BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. rowsToCreate(CreateRowData... rowsToCreate)The list of rows to create at the end of the table.BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. tableId(String tableId)The ID of the table where the new rows are being added.BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest. toBuilder()BatchCreateTableRowsRequest.BuilderBatchCreateTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook where the new rows are being added.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type BatchCreateTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateTableRowsRequest.Builder>BatchCreateTableRowsRequest. serializableBuilderClass()
-