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