Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ThemeValues
-
Packages that use ThemeValues Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ThemeValues in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ThemeValues Modifier and Type Method Description List<ThemeValues>ThemeValue. children()A list of key-value pairs that define the theme's properties.List<ThemeValues>CreateThemeData. overrides()Describes the properties that can be overriden to customize an instance of the theme.List<ThemeValues>Theme. overrides()Describes the properties that can be overriden to customize a theme.List<ThemeValues>UpdateThemeData. overrides()Describes the properties that can be overriden to customize the theme.List<ThemeValues>CreateThemeData. values()A list of key-value pairs that defines the properties of the theme.List<ThemeValues>Theme. values()A list of key-value pairs that defines the properties of the theme.List<ThemeValues>UpdateThemeData. values()A list of key-value pairs that define the theme's properties.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ThemeValues Modifier and Type Method Description ThemeValue.BuilderThemeValue.Builder. children(ThemeValues... children)A list of key-value pairs that define the theme's properties.CreateThemeData.BuilderCreateThemeData.Builder. overrides(ThemeValues... overrides)Describes the properties that can be overriden to customize an instance of the theme.Theme.BuilderTheme.Builder. overrides(ThemeValues... overrides)Describes the properties that can be overriden to customize a theme.UpdateThemeData.BuilderUpdateThemeData.Builder. overrides(ThemeValues... overrides)Describes the properties that can be overriden to customize the theme.CreateThemeData.BuilderCreateThemeData.Builder. values(ThemeValues... values)A list of key-value pairs that defines the properties of the theme.Theme.BuilderTheme.Builder. values(ThemeValues... values)A list of key-value pairs that defines the properties of the theme.UpdateThemeData.BuilderUpdateThemeData.Builder. values(ThemeValues... values)A list of key-value pairs that define the theme's properties.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ThemeValues Modifier and Type Method Description ThemeValue.BuilderThemeValue.Builder. children(Collection<ThemeValues> children)A list of key-value pairs that define the theme's properties.CreateThemeData.BuilderCreateThemeData.Builder. overrides(Collection<ThemeValues> overrides)Describes the properties that can be overriden to customize an instance of the theme.Theme.BuilderTheme.Builder. overrides(Collection<ThemeValues> overrides)Describes the properties that can be overriden to customize a theme.UpdateThemeData.BuilderUpdateThemeData.Builder. overrides(Collection<ThemeValues> overrides)Describes the properties that can be overriden to customize the theme.CreateThemeData.BuilderCreateThemeData.Builder. values(Collection<ThemeValues> values)A list of key-value pairs that defines the properties of the theme.Theme.BuilderTheme.Builder. values(Collection<ThemeValues> values)A list of key-value pairs that defines the properties of the theme.UpdateThemeData.BuilderUpdateThemeData.Builder. values(Collection<ThemeValues> values)A list of key-value pairs that define the theme's properties.
-