| 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 |
|---|---|
BatchCreateTableRowsResult |
AmazonHoneycodeClient.batchCreateTableRows(BatchCreateTableRowsRequest request)
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
|
BatchCreateTableRowsResult |
AbstractAmazonHoneycode.batchCreateTableRows(BatchCreateTableRowsRequest request) |
BatchCreateTableRowsResult |
AmazonHoneycode.batchCreateTableRows(BatchCreateTableRowsRequest 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 |
|---|---|
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.
|
Future<BatchCreateTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchCreateTableRowsAsync(BatchCreateTableRowsRequest request,
AsyncHandler<BatchCreateTableRowsRequest,BatchCreateTableRowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.addCreatedRowsEntry(String key,
String value)
Add a single CreatedRows entry
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.clearCreatedRowsEntries()
Removes all the entries added into CreatedRows.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.clone() |
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withCreatedRows(Map<String,String> createdRows)
The map of batch item id to the row id that was created for that item.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be added to the table.
|
BatchCreateTableRowsResult |
BatchCreateTableRowsResult.withWorkbookCursor(Long workbookCursor)
The updated workbook cursor after adding the new rows at the end of the table.
|
Copyright © 2023. All rights reserved.