Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ExportFormsResponse
-
Packages that use ExportFormsResponse 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 ExportFormsResponse in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder that return ExportFormsResponse Modifier and Type Method Description default ExportFormsResponseAmplifyUiBuilderClient. exportForms(Consumer<ExportFormsRequest.Builder> exportFormsRequest)Exports form configurations to code that is ready to integrate into an Amplify app.default ExportFormsResponseAmplifyUiBuilderClient. exportForms(ExportFormsRequest exportFormsRequest)Exports form 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 ExportFormsResponse Modifier and Type Method Description default CompletableFuture<ExportFormsResponse>AmplifyUiBuilderAsyncClient. exportForms(Consumer<ExportFormsRequest.Builder> exportFormsRequest)Exports form configurations to code that is ready to integrate into an Amplify app.default CompletableFuture<ExportFormsResponse>AmplifyUiBuilderAsyncClient. exportForms(ExportFormsRequest exportFormsRequest)Exports form configurations to code that is ready to integrate into an Amplify app. -
Uses of ExportFormsResponse in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type ExportFormsResponse Modifier and Type Method Description Iterator<ExportFormsResponse>ExportFormsIterable. iterator()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.paginators with type arguments of type ExportFormsResponse Modifier and Type Method Description voidExportFormsPublisher. subscribe(org.reactivestreams.Subscriber<? super ExportFormsResponse> subscriber)
-