| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<ThemeValues> |
ThemeValue.children()
A list of key-value pairs that define the theme's properties.
|
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.overrides()
Describes the properties that can be overriden to customize an instance 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.
|
List<ThemeValues> |
CreateThemeData.values()
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeValue.Builder |
ThemeValue.Builder.children(ThemeValues... children)
A list of key-value pairs that define the theme's properties.
|
Theme.Builder |
Theme.Builder.overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize a theme.
|
UpdateThemeData.Builder |
UpdateThemeData.Builder.overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize the theme.
|
CreateThemeData.Builder |
CreateThemeData.Builder.overrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
Theme.Builder |
Theme.Builder.values(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
UpdateThemeData.Builder |
UpdateThemeData.Builder.values(ThemeValues... values)
A list of key-value pairs that define the theme's properties.
|
CreateThemeData.Builder |
CreateThemeData.Builder.values(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeValue.Builder |
ThemeValue.Builder.children(Collection<ThemeValues> children)
A list of key-value pairs that define the theme's properties.
|
Theme.Builder |
Theme.Builder.overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize a theme.
|
UpdateThemeData.Builder |
UpdateThemeData.Builder.overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
|
CreateThemeData.Builder |
CreateThemeData.Builder.overrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
Theme.Builder |
Theme.Builder.values(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
UpdateThemeData.Builder |
UpdateThemeData.Builder.values(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
|
CreateThemeData.Builder |
CreateThemeData.Builder.values(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
Copyright © 2022. All rights reserved.