| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormActionType |
CreateFormData.formActionType()
Specifies whether to perform a create or update action on the form.
|
FormActionType |
Form.formActionType()
The operation to perform on the specified form.
|
FormActionType |
UpdateFormData.formActionType()
Specifies whether to perform a create or update action on the form.
|
FormActionType |
FormSummary.formActionType()
The type of operation to perform on the form.
|
static FormActionType |
FormActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FormActionType> |
FormActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFormData.Builder |
CreateFormData.Builder.formActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
Form.Builder |
Form.Builder.formActionType(FormActionType formActionType)
The operation to perform on the specified form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.formActionType(FormActionType formActionType)
Specifies whether to perform a create or update action on the form.
|
FormSummary.Builder |
FormSummary.Builder.formActionType(FormActionType formActionType)
The type of operation to perform on the form.
|
Copyright © 2023. All rights reserved.