| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeSummary |
ThemeSummary.clone() |
ThemeSummary |
ThemeSummary.withAppId(String appId)
The unique ID for the app associated with the theme summary.
|
ThemeSummary |
ThemeSummary.withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
ThemeSummary |
ThemeSummary.withId(String id)
The ID of the theme.
|
ThemeSummary |
ThemeSummary.withName(String name)
The name of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeSummary> |
ListThemesResult.getEntities()
The list of themes for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
ListThemesResult |
ListThemesResult.withEntities(ThemeSummary... entities)
The list of themes for the Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemesResult.setEntities(Collection<ThemeSummary> entities)
The list of themes for the Amplify app.
|
ListThemesResult |
ListThemesResult.withEntities(Collection<ThemeSummary> entities)
The list of themes for the Amplify app.
|
Copyright © 2024. All rights reserved.