| 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(BatchCreateTableRowsRequest batchCreateTableRowsRequest)
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
|
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 BatchDeleteTableRowsResponse |
HoneycodeClient.batchDeleteTableRows(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest)
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
|
default BatchDeleteTableRowsResponse |
HoneycodeClient.batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder> batchDeleteTableRowsRequest)
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
|
default BatchUpdateTableRowsResponse |
HoneycodeClient.batchUpdateTableRows(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
default BatchUpdateTableRowsResponse |
HoneycodeClient.batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder> batchUpdateTableRowsRequest)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
default BatchUpsertTableRowsResponse |
HoneycodeClient.batchUpsertTableRows(BatchUpsertTableRowsRequest batchUpsertTableRowsRequest)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
default BatchUpsertTableRowsResponse |
HoneycodeClient.batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder> batchUpsertTableRowsRequest)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
default DescribeTableDataImportJobResponse |
HoneycodeClient.describeTableDataImportJob(Consumer<DescribeTableDataImportJobRequest.Builder> describeTableDataImportJobRequest)
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
|
default DescribeTableDataImportJobResponse |
HoneycodeClient.describeTableDataImportJob(DescribeTableDataImportJobRequest describeTableDataImportJobRequest)
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
|
default GetScreenDataResponse |
HoneycodeClient.getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
default GetScreenDataResponse |
HoneycodeClient.getScreenData(GetScreenDataRequest getScreenDataRequest)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
default InvokeScreenAutomationResponse |
HoneycodeClient.invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default InvokeScreenAutomationResponse |
HoneycodeClient.invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default ListTableColumnsResponse |
HoneycodeClient.listTableColumns(Consumer<ListTableColumnsRequest.Builder> listTableColumnsRequest)
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
|
default ListTableColumnsResponse |
HoneycodeClient.listTableColumns(ListTableColumnsRequest listTableColumnsRequest)
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
|
default ListTableColumnsIterable |
HoneycodeClient.listTableColumnsPaginator(Consumer<ListTableColumnsRequest.Builder> listTableColumnsRequest)
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
|
default ListTableColumnsIterable |
HoneycodeClient.listTableColumnsPaginator(ListTableColumnsRequest listTableColumnsRequest)
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
|
default ListTableRowsResponse |
HoneycodeClient.listTableRows(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTableRowsResponse |
HoneycodeClient.listTableRows(ListTableRowsRequest listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTableRowsIterable |
HoneycodeClient.listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTableRowsIterable |
HoneycodeClient.listTableRowsPaginator(ListTableRowsRequest listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTablesResponse |
HoneycodeClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesResponse |
HoneycodeClient.listTables(ListTablesRequest listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesIterable |
HoneycodeClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesIterable |
HoneycodeClient.listTablesPaginator(ListTablesRequest listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTagsForResourceResponse |
HoneycodeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
The ListTagsForResource API allows you to return a resource's tags.
|
default ListTagsForResourceResponse |
HoneycodeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
The ListTagsForResource API allows you to return a resource's tags.
|
default QueryTableRowsResponse |
HoneycodeClient.queryTableRows(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
default QueryTableRowsResponse |
HoneycodeClient.queryTableRows(QueryTableRowsRequest queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
default QueryTableRowsIterable |
HoneycodeClient.queryTableRowsPaginator(Consumer<QueryTableRowsRequest.Builder> queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
default QueryTableRowsIterable |
HoneycodeClient.queryTableRowsPaginator(QueryTableRowsRequest queryTableRowsRequest)
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
|
default StartTableDataImportJobResponse |
HoneycodeClient.startTableDataImportJob(Consumer<StartTableDataImportJobRequest.Builder> startTableDataImportJobRequest)
The StartTableDataImportJob API allows you to start an import job on a table.
|
default StartTableDataImportJobResponse |
HoneycodeClient.startTableDataImportJob(StartTableDataImportJobRequest startTableDataImportJobRequest)
The StartTableDataImportJob API allows you to start an import job on a table.
|
default TagResourceResponse |
HoneycodeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
The TagResource API allows you to add tags to an ARN-able resource.
|
default TagResourceResponse |
HoneycodeClient.tagResource(TagResourceRequest tagResourceRequest)
The TagResource API allows you to add tags to an ARN-able resource.
|
default UntagResourceResponse |
HoneycodeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
The UntagResource API allows you to removes tags from an ARN-able resource.
|
default UntagResourceResponse |
HoneycodeClient.untagResource(UntagResourceRequest untagResourceRequest)
The UntagResource API allows you to removes tags from an ARN-able resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
AutomationExecutionException
The automation execution did not end successfully.
|
class |
AutomationExecutionTimeoutException
The automation execution timed out.
|
class |
InternalServerException
There were unexpected errors from the server.
|
class |
RequestTimeoutException
The request timed out.
|
class |
ResourceNotFoundException
A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
|
class |
ServiceQuotaExceededException
The request caused service quota to be breached.
|
class |
ServiceUnavailableException
Remote service is unreachable.
|
class |
ThrottlingException
Tps(transactions per second) rate reached.
|
class |
ValidationException
Request is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
HoneycodeException |
HoneycodeException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(HoneycodeException ex) |
Copyright © 2022. All rights reserved.