Uses of Class
software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
-
Packages that use GetScreenDataResponse 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. -
-
Uses of GetScreenDataResponse in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return GetScreenDataResponse Modifier and Type Method Description default GetScreenDataResponseHoneycodeClient. getScreenData(Consumer<GetScreenDataRequest.Builder> getScreenDataRequest)The GetScreenData API allows retrieval of data from a screen in a Honeycode app.default GetScreenDataResponseHoneycodeClient. getScreenData(GetScreenDataRequest getScreenDataRequest)The GetScreenData API allows retrieval of data from a screen in a Honeycode app.Methods in software.amazon.awssdk.services.honeycode that return types with arguments of type GetScreenDataResponse 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 CompletableFuture<GetScreenDataResponse>HoneycodeAsyncClient. getScreenData(GetScreenDataRequest getScreenDataRequest)The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
-