| 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 |
|---|---|
Future<UpdateFormResult> |
AbstractAWSAmplifyUIBuilderAsync.updateFormAsync(UpdateFormRequest request,
AsyncHandler<UpdateFormRequest,UpdateFormResult> asyncHandler) |
Future<UpdateFormResult> |
AWSAmplifyUIBuilderAsyncClient.updateFormAsync(UpdateFormRequest request,
AsyncHandler<UpdateFormRequest,UpdateFormResult> asyncHandler) |
Future<UpdateFormResult> |
AWSAmplifyUIBuilderAsync.updateFormAsync(UpdateFormRequest updateFormRequest,
AsyncHandler<UpdateFormRequest,UpdateFormResult> asyncHandler)
Updates an existing form.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormRequest |
UpdateFormRequest.clone() |
UpdateFormRequest |
UpdateFormRequest.withAppId(String appId)
The unique ID for the Amplify app.
|
UpdateFormRequest |
UpdateFormRequest.withClientToken(String clientToken)
The unique client token.
|
UpdateFormRequest |
UpdateFormRequest.withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
UpdateFormRequest |
UpdateFormRequest.withId(String id)
The unique ID for the form.
|
UpdateFormRequest |
UpdateFormRequest.withUpdatedForm(UpdateFormData updatedForm)
The request accepts the following data in JSON format.
|
Copyright © 2025. All rights reserved.