| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static FormActionType |
FormActionType.fromValue(String value)
Use this in place of valueOf.
|
static FormActionType |
FormActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormActionType[] |
FormActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
UpdateFormData.withFormActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
Form |
Form.withFormActionType(FormActionType formActionType)
The operation to perform on the specified form.
|
CreateFormData |
CreateFormData.withFormActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
FormSummary |
FormSummary.withFormActionType(FormActionType formActionType)
The type of operation to perform on the form.
|
Copyright © 2025. All rights reserved.