@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonHoneycodeAsync extends AbstractAmazonHoneycode implements AmazonHoneycodeAsync
AmazonHoneycodeAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetScreenDataResult> |
getScreenDataAsync(GetScreenDataRequest request)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
Future<GetScreenDataResult> |
getScreenDataAsync(GetScreenDataRequest request,
AsyncHandler<GetScreenDataRequest,GetScreenDataResult> asyncHandler)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
Future<InvokeScreenAutomationResult> |
invokeScreenAutomationAsync(InvokeScreenAutomationRequest request)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
Future<InvokeScreenAutomationResult> |
invokeScreenAutomationAsync(InvokeScreenAutomationRequest request,
AsyncHandler<InvokeScreenAutomationRequest,InvokeScreenAutomationResult> asyncHandler)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
getCachedResponseMetadata, getScreenData, invokeScreenAutomation, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getScreenData, invokeScreenAutomation, shutdown
public Future<GetScreenDataResult> getScreenDataAsync(GetScreenDataRequest request)
AmazonHoneycodeAsync
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.
getScreenDataAsync
in interface AmazonHoneycodeAsync
public Future<GetScreenDataResult> getScreenDataAsync(GetScreenDataRequest request, AsyncHandler<GetScreenDataRequest,GetScreenDataResult> asyncHandler)
AmazonHoneycodeAsync
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.
getScreenDataAsync
in interface AmazonHoneycodeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<InvokeScreenAutomationResult> invokeScreenAutomationAsync(InvokeScreenAutomationRequest request)
AmazonHoneycodeAsync
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.
invokeScreenAutomationAsync
in interface AmazonHoneycodeAsync
public Future<InvokeScreenAutomationResult> invokeScreenAutomationAsync(InvokeScreenAutomationRequest request, AsyncHandler<InvokeScreenAutomationRequest,InvokeScreenAutomationResult> asyncHandler)
AmazonHoneycodeAsync
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.
invokeScreenAutomationAsync
in interface AmazonHoneycodeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.