Uses of Class
software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
-
Packages that use GetScreenDataRequest 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.transform -
-
Uses of GetScreenDataRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type GetScreenDataRequest Modifier and Type Method Description default CompletableFuture<GetScreenDataResponse>HoneycodeAsyncClient. getScreenData(GetScreenDataRequest 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. -
Uses of GetScreenDataRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type GetScreenDataRequest Modifier and Type Method Description SdkHttpFullRequestGetScreenDataRequestMarshaller. marshall(GetScreenDataRequest getScreenDataRequest)
-