Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportThemesPublisher
-
Packages that use ExportThemesPublisher 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 ExportThemesPublisher in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ExportThemesPublisher Modifier and Type Method Description default ExportThemesPublisherAmplifyUiBuilderAsyncClient. exportThemesPaginator(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesPublisherAmplifyUiBuilderAsyncClient. exportThemesPaginator(ExportThemesRequest exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.
-