Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.FixedPosition
-
Packages that use FixedPosition Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FixedPosition in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FixedPosition Modifier and Type Method Description FixedPositionFieldPosition. fixed()The field position is fixed and doesn't change in relation to other fields.static FixedPositionFixedPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FixedPositionFixedPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static FixedPosition[]FixedPosition. 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 FixedPosition Modifier and Type Method Description static Set<FixedPosition>FixedPosition. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type FixedPosition Modifier and Type Method Description FieldPosition.BuilderFieldPosition.Builder. fixed(FixedPosition fixed)The field position is fixed and doesn't change in relation to other fields.static FieldPositionFieldPosition. fromFixed(FixedPosition fixed)Create an instance of this class withFieldPosition.fixedAsString()initialized to the given value.
-