Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.LabelDecorator
-
Packages that use LabelDecorator Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of LabelDecorator in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return LabelDecorator Modifier and Type Method Description static LabelDecoratorLabelDecorator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LabelDecoratorCreateFormData. labelDecorator()Specifies an icon or decoration to display on the form.LabelDecoratorForm. labelDecorator()Specifies an icon or decoration to display on the form.LabelDecoratorUpdateFormData. labelDecorator()Specifies an icon or decoration to display on the form.static LabelDecoratorLabelDecorator. 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.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type LabelDecorator Modifier and Type Method Description static Set<LabelDecorator>LabelDecorator. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type LabelDecorator Modifier and Type Method Description CreateFormData.BuilderCreateFormData.Builder. labelDecorator(LabelDecorator labelDecorator)Specifies an icon or decoration to display on the form.Form.BuilderForm.Builder. labelDecorator(LabelDecorator labelDecorator)Specifies an icon or decoration to display on the form.UpdateFormData.BuilderUpdateFormData.Builder. labelDecorator(LabelDecorator labelDecorator)Specifies an icon or decoration to display on the form.
-