Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FieldPosition
-
Packages that use FieldPosition Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FieldPosition in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FieldPosition Modifier and Type Method Description static FieldPositionFieldPosition. fromBelow(String below)Create an instance of this class withbelow()initialized to the given value.static FieldPositionFieldPosition. fromFixed(String fixed)Create an instance of this class withfixedAsString()initialized to the given value.static FieldPositionFieldPosition. fromFixed(FixedPosition fixed)Create an instance of this class withfixedAsString()initialized to the given value.static FieldPositionFieldPosition. fromRightOf(String rightOf)Create an instance of this class withrightOf()initialized to the given value.FieldPositionFieldConfig. position()Specifies the field position.FieldPositionFormButton. position()The position of the button.FieldPositionSectionalElement. position()Specifies the position of the text in a field for aTextsectional element.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FieldPosition Modifier and Type Method Description FieldConfig.BuilderFieldConfig.Builder. position(FieldPosition position)Specifies the field position.FormButton.BuilderFormButton.Builder. position(FieldPosition position)The position of the button.SectionalElement.BuilderSectionalElement.Builder. position(FieldPosition position)Specifies the position of the text in a field for aTextsectional element.
-