| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelDecorator |
LabelDecorator.fromValue(String value)
Use this in place of valueOf.
|
static LabelDecorator |
LabelDecorator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDecorator[] |
LabelDecorator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
UpdateFormData.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
Form |
Form.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
CreateFormData |
CreateFormData.withLabelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
Copyright © 2025. All rights reserved.