Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest
-
Packages that use ExportThemesRequest 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.paginators software.amazon.awssdk.services.amplifyuibuilder.transform -
-
Uses of ExportThemesRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type ExportThemesRequest Modifier and Type Method Description default CompletableFuture<ExportThemesResponse>AmplifyUiBuilderAsyncClient. exportThemes(ExportThemesRequest exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesResponseAmplifyUiBuilderClient. exportThemes(ExportThemesRequest exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default ExportThemesPublisherAmplifyUiBuilderAsyncClient. exportThemesPaginator(ExportThemesRequest exportThemesRequest)This is a variant ofAmplifyUiBuilderAsyncClient.exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest)operation.default ExportThemesIterableAmplifyUiBuilderClient. exportThemesPaginator(ExportThemesRequest exportThemesRequest)This is a variant ofAmplifyUiBuilderClient.exportThemes(software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesRequest)operation. -
Uses of ExportThemesRequest in software.amazon.awssdk.services.amplifyuibuilder.paginators
Constructors in software.amazon.awssdk.services.amplifyuibuilder.paginators with parameters of type ExportThemesRequest Constructor Description ExportThemesIterable(AmplifyUiBuilderClient client, ExportThemesRequest firstRequest)ExportThemesPublisher(AmplifyUiBuilderAsyncClient client, ExportThemesRequest firstRequest) -
Uses of ExportThemesRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type ExportThemesRequest Modifier and Type Method Description SdkHttpFullRequestExportThemesRequestMarshaller. marshall(ExportThemesRequest exportThemesRequest)
-