| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelDecorator |
LabelDecorator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LabelDecorator |
CreateFormData.labelDecorator()
Specifies an icon or decoration to display on the form.
|
LabelDecorator |
Form.labelDecorator()
Specifies an icon or decoration to display on the form.
|
LabelDecorator |
UpdateFormData.labelDecorator()
Specifies an icon or decoration to display on the form.
|
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 |
|---|---|
static Set<LabelDecorator> |
LabelDecorator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFormData.Builder |
CreateFormData.Builder.labelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
Form.Builder |
Form.Builder.labelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
UpdateFormData.Builder |
UpdateFormData.Builder.labelDecorator(LabelDecorator labelDecorator)
Specifies an icon or decoration to display on the form.
|
Copyright © 2023. All rights reserved.