Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FormButtonsPosition
-
Packages that use FormButtonsPosition Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormButtonsPosition in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormButtonsPosition Modifier and Type Method Description static FormButtonsPositionFormButtonsPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FormButtonsPositionFormCTA. position()The position of the button.static FormButtonsPositionFormButtonsPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static FormButtonsPosition[]FormButtonsPosition. 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 FormButtonsPosition Modifier and Type Method Description static Set<FormButtonsPosition>FormButtonsPosition. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FormButtonsPosition Modifier and Type Method Description FormCTA.BuilderFormCTA.Builder. position(FormButtonsPosition position)The position of the button.
-