Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsResponse
-
Packages that use ExportComponentsResponse 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 ExportComponentsResponse in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ExportComponentsResponse Modifier and Type Method Description default ExportComponentsResponseAmplifyUiBuilderClient. exportComponents(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest)Exports component configurations to code that is ready to integrate into an Amplify app.default ExportComponentsResponseAmplifyUiBuilderClient. exportComponents(ExportComponentsRequest exportComponentsRequest)Exports component 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 ExportComponentsResponse Modifier and Type Method Description default CompletableFuture<ExportComponentsResponse>AmplifyUiBuilderAsyncClient. exportComponents(Consumer<ExportComponentsRequest.Builder> exportComponentsRequest)Exports component configurations to code that is ready to integrate into an Amplify app.default CompletableFuture<ExportComponentsResponse>AmplifyUiBuilderAsyncClient. exportComponents(ExportComponentsRequest exportComponentsRequest)Exports component configurations to code that is ready to integrate into an Amplify app. -
Uses of ExportComponentsResponse in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type ExportComponentsResponse Modifier and Type Method Description Iterator<ExportComponentsResponse>ExportComponentsIterable. iterator()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.paginators with type arguments of type ExportComponentsResponse Modifier and Type Method Description voidExportComponentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ExportComponentsResponse> subscriber)
-