| 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 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.
|
| 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, App, Screen or Screen Automation was not found with the given ID.
|
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 © 2020. All rights reserved.