Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormActionType
-
Packages that use FormActionType Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormActionType in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormActionType Modifier and Type Method Description FormActionTypeCreateFormData. formActionType()Specifies whether to perform a create or update action on the form.FormActionTypeForm. formActionType()The operation to perform on the specified form.FormActionTypeFormSummary. formActionType()The type of operation to perform on the form.FormActionTypeUpdateFormData. formActionType()Specifies whether to perform a create or update action on the form.static FormActionTypeFormActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FormActionTypeFormActionType. 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.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormActionType Modifier and Type Method Description static Set<FormActionType>FormActionType. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormActionType Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. formActionType(FormActionType formActionType)Specifies whether to perform a create or update action on the form.Form.BuilderForm.Builder. formActionType(FormActionType formActionType)The operation to perform on the specified form.FormSummary.BuilderFormSummary.Builder. formActionType(FormActionType formActionType)The type of operation to perform on the form.UpdateFormData.BuilderUpdateFormData.Builder. formActionType(FormActionType formActionType)Specifies whether to perform a create or update action on the form.
-