Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.paginators.ExportFormsIterable
-
Packages that use ExportFormsIterable 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 ExportFormsIterable in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ExportFormsIterable Modifier and Type Method Description default ExportFormsIterableAmplifyUiBuilderClient. exportFormsPaginator(Consumer<ExportFormsRequest.Builder> exportFormsRequest)Exports form configurations to code that is ready to integrate into an Amplify app.default ExportFormsIterableAmplifyUiBuilderClient. exportFormsPaginator(ExportFormsRequest exportFormsRequest)Exports form configurations to code that is ready to integrate into an Amplify app.
-