Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ExportThemesResponse
-
Packages that use ExportThemesResponse 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 -
-
Uses of ExportThemesResponse in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ExportThemesResponse Modifier and Type Method Description default ExportThemesResponseAmplifyUiBuilderClient. exportThemes(Consumer<ExportThemesRequest.Builder> 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.Methods in software.amazon.awssdk.services.amplifyuibuilder that return types with arguments of type ExportThemesResponse Modifier and Type Method Description default CompletableFuture<ExportThemesResponse>AmplifyUiBuilderAsyncClient. exportThemes(Consumer<ExportThemesRequest.Builder> exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app.default CompletableFuture<ExportThemesResponse>AmplifyUiBuilderAsyncClient. exportThemes(ExportThemesRequest exportThemesRequest)Exports theme configurations to code that is ready to integrate into an Amplify app. -
Uses of ExportThemesResponse in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type ExportThemesResponse Modifier and Type Method Description Iterator<ExportThemesResponse>ExportThemesIterable. iterator()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.paginators with type arguments of type ExportThemesResponse Modifier and Type Method Description voidExportThemesPublisher. subscribe(org.reactivestreams.Subscriber<? super ExportThemesResponse> subscriber)
-