Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.UpdateComponentRequest
-
Packages that use UpdateComponentRequest 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 UpdateComponentRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type UpdateComponentRequest Modifier and Type Method Description default CompletableFuture<UpdateComponentResponse>AmplifyUiBuilderAsyncClient. updateComponent(UpdateComponentRequest updateComponentRequest)Updates an existing component.default UpdateComponentResponseAmplifyUiBuilderClient. updateComponent(UpdateComponentRequest updateComponentRequest)Updates an existing component. -
Uses of UpdateComponentRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type UpdateComponentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateComponentRequestMarshaller. marshall(UpdateComponentRequest updateComponentRequest)
-