| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Theme |
Theme.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Theme |
Theme.clearTagsEntries()
Removes all the entries added into Tags.
|
Theme |
Theme.clone() |
Theme |
UpdateThemeResult.getEntity()
Describes the configuration of the updated theme.
|
Theme |
CreateThemeResult.getEntity()
Describes the configuration of the new theme.
|
Theme |
GetThemeResult.getTheme()
Represents the configuration settings for the theme.
|
Theme |
Theme.withAppId(String appId)
The unique ID for the Amplify app associated with the theme.
|
Theme |
Theme.withCreatedAt(Date createdAt)
The time that the theme was created.
|
Theme |
Theme.withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
Theme |
Theme.withId(String id)
The ID for the theme.
|
Theme |
Theme.withModifiedAt(Date modifiedAt)
The time that the theme was modified.
|
Theme |
Theme.withName(String name)
The name of the theme.
|
Theme |
Theme.withOverrides(Collection<ThemeValues> overrides)
Describes the properties that can be overriden to customize a theme.
|
Theme |
Theme.withOverrides(ThemeValues... overrides)
Describes the properties that can be overriden to customize a theme.
|
Theme |
Theme.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the theme.
|
Theme |
Theme.withValues(Collection<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 |
|---|---|
List<Theme> |
ExportThemesResult.getEntities()
Represents the configuration of the exported themes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateThemeResult.setEntity(Theme entity)
Describes the configuration of the updated theme.
|
void |
CreateThemeResult.setEntity(Theme entity)
Describes the configuration of the new theme.
|
void |
GetThemeResult.setTheme(Theme theme)
Represents the configuration settings for the theme.
|
ExportThemesResult |
ExportThemesResult.withEntities(Theme... entities)
Represents the configuration of the exported themes.
|
UpdateThemeResult |
UpdateThemeResult.withEntity(Theme entity)
Describes the configuration of the updated theme.
|
CreateThemeResult |
CreateThemeResult.withEntity(Theme entity)
Describes the configuration of the new theme.
|
GetThemeResult |
GetThemeResult.withTheme(Theme theme)
Represents the configuration settings for the theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportThemesResult.setEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
ExportThemesResult |
ExportThemesResult.withEntities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
Copyright © 2024. All rights reserved.