Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.UpdateThemeRequest
-
Packages that use UpdateThemeRequest 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 UpdateThemeRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type UpdateThemeRequest Modifier and Type Method Description default CompletableFuture<UpdateThemeResponse>AmplifyUiBuilderAsyncClient. updateTheme(UpdateThemeRequest updateThemeRequest)Updates an existing theme.default UpdateThemeResponseAmplifyUiBuilderClient. updateTheme(UpdateThemeRequest updateThemeRequest)Updates an existing theme. -
Uses of UpdateThemeRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type UpdateThemeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateThemeRequestMarshaller. marshall(UpdateThemeRequest updateThemeRequest)
-