| 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 |
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateTableRowsResponse |
HoneycodeClient.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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.builder() |
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.clientRequestToken(String clientRequestToken)
The request token for performing the batch create operation.
|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.rowsToCreate(Collection<CreateRowData> rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.rowsToCreate(Consumer<CreateRowData.Builder>... rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.rowsToCreate(CreateRowData... rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.tableId(String tableId)
The ID of the table where the new rows are being added.
|
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.toBuilder() |
BatchCreateTableRowsRequest.Builder |
BatchCreateTableRowsRequest.Builder.workbookId(String workbookId)
The ID of the workbook where the new rows are being added.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateTableRowsRequest.Builder> |
BatchCreateTableRowsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.