@Generated(value="software.amazon.awssdk:codegen") public interface HoneycodeAsyncClient extends SdkClient
builder()
method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static HoneycodeAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
HoneycodeAsyncClient. |
static HoneycodeAsyncClient |
create()
Create a
HoneycodeAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<GetScreenDataResponse> |
getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
default CompletableFuture<GetScreenDataResponse> |
getScreenData(GetScreenDataRequest getScreenDataRequest)
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
|
default CompletableFuture<InvokeScreenAutomationResponse> |
invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
default CompletableFuture<InvokeScreenAutomationResponse> |
invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest)
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
|
serviceNameclosestatic final String SERVICE_NAME
static HoneycodeAsyncClient create()
HoneycodeAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static HoneycodeAsyncClientBuilder builder()
HoneycodeAsyncClient.default CompletableFuture<GetScreenDataResponse> getScreenData(GetScreenDataRequest getScreenDataRequest)
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.
getScreenDataRequest - default CompletableFuture<GetScreenDataResponse> getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)
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.
This is a convenience which creates an instance of the GetScreenDataRequest.Builder avoiding the need to
create one manually via GetScreenDataRequest.builder()
getScreenDataRequest - A Consumer that will call methods on GetScreenDataRequest.Builder to create a request.default CompletableFuture<InvokeScreenAutomationResponse> invokeScreenAutomation(InvokeScreenAutomationRequest invokeScreenAutomationRequest)
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.
invokeScreenAutomationRequest - default CompletableFuture<InvokeScreenAutomationResponse> invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder> invokeScreenAutomationRequest)
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.
This is a convenience which creates an instance of the InvokeScreenAutomationRequest.Builder avoiding the
need to create one manually via InvokeScreenAutomationRequest.builder()
invokeScreenAutomationRequest - A Consumer that will call methods on InvokeScreenAutomationRequest.Builder to create a
request.Copyright © 2020. All rights reserved.