| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FixedPosition |
FieldPosition.fixed()
The field position is fixed and doesn't change in relation to other fields.
|
static FixedPosition |
FixedPosition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FixedPosition |
FixedPosition.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FixedPosition> |
FixedPosition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FieldPosition.Builder |
FieldPosition.Builder.fixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
|
static FieldPosition |
FieldPosition.fromFixed(FixedPosition fixed)
Create an instance of this class with
FieldPosition.fixedAsString() initialized to the given value. |
Copyright © 2022. All rights reserved.