| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ExportFormsResult |
AWSAmplifyUIBuilderClient.exportForms(ExportFormsRequest request)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
ExportFormsResult |
AbstractAWSAmplifyUIBuilder.exportForms(ExportFormsRequest request) |
ExportFormsResult |
AWSAmplifyUIBuilder.exportForms(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsyncClient.exportFormsAsync(ExportFormsRequest request) |
Future<ExportFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest request) |
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest exportFormsRequest)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsyncClient.exportFormsAsync(ExportFormsRequest request,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler) |
Future<ExportFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest request,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler) |
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest exportFormsRequest,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsyncClient.exportFormsAsync(ExportFormsRequest request,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler) |
Future<ExportFormsResult> |
AbstractAWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest request,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler) |
Future<ExportFormsResult> |
AWSAmplifyUIBuilderAsync.exportFormsAsync(ExportFormsRequest exportFormsRequest,
AsyncHandler<ExportFormsRequest,ExportFormsResult> asyncHandler)
Exports form configurations to code that is ready to integrate into an Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ExportFormsResult |
ExportFormsResult.clone() |
ExportFormsResult |
ExportFormsResult.withEntities(Collection<Form> entities)
Represents the configuration of the exported forms.
|
ExportFormsResult |
ExportFormsResult.withEntities(Form... entities)
Represents the configuration of the exported forms.
|
ExportFormsResult |
ExportFormsResult.withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
Copyright © 2025. All rights reserved.