| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormSummary |
FormSummary.clone() |
FormSummary |
FormSummary.withAppId(String appId)
The unique ID for the app associated with the form summary.
|
FormSummary |
FormSummary.withDataType(FormDataTypeConfig dataType)
The form's data source type.
|
FormSummary |
FormSummary.withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
FormSummary |
FormSummary.withFormActionType(FormActionType formActionType)
The type of operation to perform on the form.
|
FormSummary |
FormSummary.withFormActionType(String formActionType)
The type of operation to perform on the form.
|
FormSummary |
FormSummary.withId(String id)
The ID of the form.
|
FormSummary |
FormSummary.withName(String name)
The name of the form.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormSummary> |
ListFormsResult.getEntities()
The list of forms for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListFormsResult |
ListFormsResult.withEntities(FormSummary... entities)
The list of forms for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFormsResult.setEntities(Collection<FormSummary> entities)
The list of forms for the Amplify app.
|
ListFormsResult |
ListFormsResult.withEntities(Collection<FormSummary> entities)
The list of forms for the Amplify app.
|
Copyright © 2025. All rights reserved.