Package-level declarations

Types

Link copied to clipboard

Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, resources, and even your team.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. The API allows you to specify the values to set in some or all of the columns in the new rows.

Link copied to clipboard

The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table.

Link copied to clipboard

The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.

Link copied to clipboard

The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert operation takes a filter expression as input and evaluates it to find matching rows on the destination table. If matching rows are found, it will update the cells in the matching rows to new values specified in the request. If no matching rows are found, a new row is added at the end of the table and the cells in that row are set to the new values specified in the request.

Link copied to clipboard

The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.

Link copied to clipboard

The GetScreenData API allows retrieval of data from a screen in a Honeycode app. The API allows setting local variables in the screen to filter, sort or otherwise affect what will be displayed on the screen.

Link copied to clipboard

The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook.

Link copied to clipboard

The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.

Link copied to clipboard

The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.

Link copied to clipboard
inline suspend fun HoneycodeClient.listTables(crossinline block: ListTablesRequest.Builder.() -> Unit): ListTablesResponse

The ListTables API allows you to retrieve a list of all the tables in a workbook.

Link copied to clipboard

The ListTagsForResource API allows you to return a resource's tags.

Link copied to clipboard

The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.

Link copied to clipboard

The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API.

Link copied to clipboard
inline suspend fun HoneycodeClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

The TagResource API allows you to add tags to an ARN-able resource. Resource includes workbook, table, screen and screen-automation.

Link copied to clipboard

The UntagResource API allows you to removes tags from an ARN-able resource. Resource includes workbook, table, screen and screen-automation.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.