Uses of Interface
software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
-
Packages that use GetScreenDataRequest.Builder 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 -
-
Uses of GetScreenDataRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type GetScreenDataRequest.Builder Modifier and Type Method Description default CompletableFuture<GetScreenDataResponse>HoneycodeAsyncClient. getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)The GetScreenData API allows retrieval of data from a screen in a Honeycode app.default GetScreenDataResponseHoneycodeClient. getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)The GetScreenData API allows retrieval of data from a screen in a Honeycode app. -
Uses of GetScreenDataRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return GetScreenDataRequest.Builder Modifier and Type Method Description GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. appId(String appId)The ID of the app that contains the screen.static GetScreenDataRequest.BuilderGetScreenDataRequest. builder()GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. maxResults(Integer maxResults)The number of results to be returned on a single page.GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. nextToken(String nextToken)This parameter is optional.GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. screenId(String screenId)The ID of the screen.GetScreenDataRequest.BuilderGetScreenDataRequest. toBuilder()GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. variables(Map<String,VariableValue> variables)Variables are optional and are needed only if the screen requires them to render correctly.GetScreenDataRequest.BuilderGetScreenDataRequest.Builder. workbookId(String workbookId)The ID of the workbook that contains the screen.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type GetScreenDataRequest.Builder Modifier and Type Method Description static Class<? extends GetScreenDataRequest.Builder>GetScreenDataRequest. serializableBuilderClass()
-