| Package | Description |
|---|---|
| com.amazonaws.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchCreateTableRowsAsync(BatchCreateTableRowsRequest request,
AsyncHandler<BatchCreateTableRowsRequest,BatchCreateTableRowsResult> asyncHandler) |
Future<BatchCreateTableRowsResult> |
AmazonHoneycodeAsyncClient.batchCreateTableRowsAsync(BatchCreateTableRowsRequest request,
AsyncHandler<BatchCreateTableRowsRequest,BatchCreateTableRowsResult> asyncHandler) |
Future<BatchCreateTableRowsResult> |
AmazonHoneycodeAsync.batchCreateTableRowsAsync(BatchCreateTableRowsRequest batchCreateTableRowsRequest,
AsyncHandler<BatchCreateTableRowsRequest,BatchCreateTableRowsResult> asyncHandler)
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 |
|---|---|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.clone() |
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withClientRequestToken(String clientRequestToken)
The request token for performing the batch create operation.
|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withRowsToCreate(Collection<CreateRowData> rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withRowsToCreate(CreateRowData... rowsToCreate)
The list of rows to create at the end of the table.
|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withTableId(String tableId)
The ID of the table where the new rows are being added.
|
BatchCreateTableRowsRequest |
BatchCreateTableRowsRequest.withWorkbookId(String workbookId)
The ID of the workbook where the new rows are being added.
|
Copyright © 2023. All rights reserved.