| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CreateThemeData |
CreateThemeData.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateThemeData |
CreateThemeData.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateThemeData |
CreateThemeData.clone() |
CreateThemeData |
CreateThemeRequest.getThemeToCreate()
Represents the configuration of the theme to create.
|
CreateThemeData |
CreateThemeData.withName(String name)
The name of the theme.
|
CreateThemeData |
CreateThemeData.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData |
CreateThemeData.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize an instance of the theme.
|
CreateThemeData |
CreateThemeData.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme data.
|
CreateThemeData |
CreateThemeData.withValues(Collection<ThemeValues> values)
A list of key-value pairs that defines the properties of the theme.
|
CreateThemeData |
CreateThemeData.withValues(ThemeValues... values)
A list of key-value pairs that defines the properties of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateThemeRequest.setThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
|
CreateThemeRequest |
CreateThemeRequest.withThemeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
|
Copyright © 2024. All rights reserved.