| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeValues |
ThemeValues.clone() |
ThemeValues |
ThemeValues.withKey(String key)
The name of the property.
|
ThemeValues |
ThemeValues.withValue(ThemeValue value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeValues> |
ThemeValue.getChildren()
A list of key-value pairs that define the theme's properties.
|
List<ThemeValues> |
UpdateThemeData.getOverrides()
Describes the properties that can be overriden to customize the theme.
|
List<ThemeValues> |
CreateThemeData.getOverrides()
Describes the properties that can be overriden to customize an instance of the theme.
|
List<ThemeValues> |
Theme.getOverrides()
Describes the properties that can be overriden to customize a theme.
|
List<ThemeValues> |
UpdateThemeData.getValues()
A list of key-value pairs that define the theme's properties.
|
List<ThemeValues> |
CreateThemeData.getValues()
A list of key-value pairs that defines the properties of the theme.
|
List<ThemeValues> |
Theme.getValues()
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeValue |
ThemeValue.withChildren(ThemeValues... children)
A list of key-value pairs that define the theme's properties.
|
UpdateThemeData |
UpdateThemeData.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize the theme.
|
CreateThemeData |
CreateThemeData.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
Theme |
Theme.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize a theme.
|
UpdateThemeData |
UpdateThemeData.withValues(ThemeValues... values)
A list of key-value pairs that define the theme's properties.
|
CreateThemeData |
CreateThemeData.withValues(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
Theme |
Theme.withValues(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeValue.setChildren(Collection<ThemeValues> children)
A list of key-value pairs that define the theme's properties.
|
void |
UpdateThemeData.setOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
|
void |
CreateThemeData.setOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
void |
Theme.setOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize a theme.
|
void |
UpdateThemeData.setValues(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
|
void |
CreateThemeData.setValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
void |
Theme.setValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
ThemeValue |
ThemeValue.withChildren(Collection<ThemeValues> children)
A list of key-value pairs that define the theme's properties.
|
UpdateThemeData |
UpdateThemeData.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
|
CreateThemeData |
CreateThemeData.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
Theme |
Theme.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize a theme.
|
UpdateThemeData |
UpdateThemeData.withValues(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
|
CreateThemeData |
CreateThemeData.withValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
Theme |
Theme.withValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
Copyright © 2025. All rights reserved.