@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonHoneycodeClient extends AmazonWebServiceClient implements AmazonHoneycode
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AmazonHoneycodeClientBuilder |
builder() |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetScreenDataResult |
getScreenData(GetScreenDataRequest request)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
InvokeScreenAutomationResult |
invokeScreenAutomation(InvokeScreenAutomationRequest request)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
public static AmazonHoneycodeClientBuilder builder()
public GetScreenDataResult getScreenData(GetScreenDataRequest request)
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.
getScreenData
in interface AmazonHoneycode
getScreenDataRequest
- AccessDeniedException
- You do not have sufficient access to perform this action. Check that the workbook is owned by you and
your IAM policy allows access to the screen/automation in the request.InternalServerException
- There were unexpected errors from the server.RequestTimeoutException
- The request timed out.ResourceNotFoundException
- A Workbook, App, Screen or Screen Automation was not found with the given ID.ServiceUnavailableException
- Remote service is unreachable.ThrottlingException
- Tps(transactions per second) rate reached.ValidationException
- Request is invalid. The message in the response contains details on why the request is invalid.public InvokeScreenAutomationResult invokeScreenAutomation(InvokeScreenAutomationRequest request)
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.
invokeScreenAutomation
in interface AmazonHoneycode
invokeScreenAutomationRequest
- AccessDeniedException
- You do not have sufficient access to perform this action. Check that the workbook is owned by you and
your IAM policy allows access to the screen/automation in the request.InternalServerException
- There were unexpected errors from the server.ResourceNotFoundException
- A Workbook, App, Screen or Screen Automation was not found with the given ID.ValidationException
- Request is invalid. The message in the response contains details on why the request is invalid.ThrottlingException
- Tps(transactions per second) rate reached.ServiceUnavailableException
- Remote service is unreachable.AutomationExecutionException
- The automation execution did not end successfully.AutomationExecutionTimeoutException
- The automation execution timed out.RequestTimeoutException
- The request timed out.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AmazonHoneycode
request
- The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.