Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.FieldPosition.Builder
-
Packages that use FieldPosition.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FieldPosition.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FieldPosition.Builder Modifier and Type Method Description FieldPosition.BuilderFieldPosition.Builder. below(String below)The field position is below the field specified by the string.static FieldPosition.BuilderFieldPosition. builder()FieldPosition.BuilderFieldPosition.Builder. fixed(String fixed)The field position is fixed and doesn't change in relation to other fields.FieldPosition.BuilderFieldPosition.Builder. fixed(FixedPosition fixed)The field position is fixed and doesn't change in relation to other fields.FieldPosition.BuilderFieldPosition.Builder. rightOf(String rightOf)The field position is to the right of the field specified by the string.FieldPosition.BuilderFieldPosition. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FieldPosition.Builder Modifier and Type Method Description static Class<? extends FieldPosition.Builder>FieldPosition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FieldPosition.Builder Modifier and Type Method Description default FieldConfig.BuilderFieldConfig.Builder. position(Consumer<FieldPosition.Builder> position)Specifies the field position.default FormButton.BuilderFormButton.Builder. position(Consumer<FieldPosition.Builder> position)The position of the button.default SectionalElement.BuilderSectionalElement.Builder. position(Consumer<FieldPosition.Builder> position)Specifies the position of the text in a field for aTextsectional element.
-