| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeData |
UpdateThemeData.clone() |
UpdateThemeData |
UpdateThemeRequest.getUpdatedTheme()
The configuration of the updated theme.
|
UpdateThemeData |
UpdateThemeData.withId(String id)
The unique ID of the theme to update.
|
UpdateThemeData |
UpdateThemeData.withName(String name)
The name of the theme to update.
|
UpdateThemeData |
UpdateThemeData.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize the theme.
|
UpdateThemeData |
UpdateThemeData.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize the theme.
|
UpdateThemeData |
UpdateThemeData.withValues(Collection<ThemeValues> values)
A list of key-value pairs that define the theme's properties.
|
UpdateThemeData |
UpdateThemeData.withValues(ThemeValues... values)
A list of key-value pairs that define the theme's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateThemeRequest.setUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
|
UpdateThemeRequest |
UpdateThemeRequest.withUpdatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
|
Copyright © 2024. All rights reserved.