Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.GetComponentRequest
-
Packages that use GetComponentRequest Package Description software.amazon.awssdk.services.amplifyuibuilder The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications.software.amazon.awssdk.services.amplifyuibuilder.transform -
-
Uses of GetComponentRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type GetComponentRequest Modifier and Type Method Description default CompletableFuture<GetComponentResponse>AmplifyUiBuilderAsyncClient. getComponent(GetComponentRequest getComponentRequest)Returns an existing component for an Amplify app.default GetComponentResponseAmplifyUiBuilderClient. getComponent(GetComponentRequest getComponentRequest)Returns an existing component for an Amplify app. -
Uses of GetComponentRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type GetComponentRequest Modifier and Type Method Description SdkHttpFullRequestGetComponentRequestMarshaller. marshall(GetComponentRequest getComponentRequest)
-