Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ExportComponentsRequest
-
Packages that use ExportComponentsRequest 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 ExportComponentsRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type ExportComponentsRequest Modifier and Type Method Description default CompletableFuture<ExportComponentsResponse>AmplifyUiBuilderAsyncClient. exportComponents(ExportComponentsRequest 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.default ExportComponentsPublisherAmplifyUiBuilderAsyncClient. exportComponentsPaginator(ExportComponentsRequest exportComponentsRequest)Exports component configurations to code that is ready to integrate into an Amplify app.default ExportComponentsIterableAmplifyUiBuilderClient. exportComponentsPaginator(ExportComponentsRequest exportComponentsRequest)Exports component configurations to code that is ready to integrate into an Amplify app. -
Uses of ExportComponentsRequest in software.amazon.awssdk.services.amplifyuibuilder.paginators
Constructors in software.amazon.awssdk.services.amplifyuibuilder.paginators with parameters of type ExportComponentsRequest Constructor Description ExportComponentsIterable(AmplifyUiBuilderClient client, ExportComponentsRequest firstRequest)ExportComponentsPublisher(AmplifyUiBuilderAsyncClient client, ExportComponentsRequest firstRequest) -
Uses of ExportComponentsRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type ExportComponentsRequest Modifier and Type Method Description SdkHttpFullRequestExportComponentsRequestMarshaller. marshall(ExportComponentsRequest exportComponentsRequest)
-