Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.CreateThemeResponse
-
Packages that use CreateThemeResponse 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 CreateThemeResponse in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return CreateThemeResponse Modifier and Type Method Description default CreateThemeResponseAmplifyUiBuilderClient. createTheme(Consumer<CreateThemeRequest.Builder> createThemeRequest)Creates a theme to apply to the components in an Amplify app.default CreateThemeResponseAmplifyUiBuilderClient. createTheme(CreateThemeRequest createThemeRequest)Creates a theme to apply to the components in an Amplify app.Methods in software.amazon.awssdk.services.amplifyuibuilder that return types with arguments of type CreateThemeResponse Modifier and Type Method Description default CompletableFuture<CreateThemeResponse>AmplifyUiBuilderAsyncClient. createTheme(Consumer<CreateThemeRequest.Builder> createThemeRequest)Creates a theme to apply to the components in an Amplify app.default CompletableFuture<CreateThemeResponse>AmplifyUiBuilderAsyncClient. createTheme(CreateThemeRequest createThemeRequest)Creates a theme to apply to the components in an Amplify app.
-