| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeSummary |
ThemeSummary.clone() |
ThemeSummary |
ThemeSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
ThemeSummary |
ThemeSummary.withCreatedTime(Date createdTime)
The date and time that this theme was created.
|
ThemeSummary |
ThemeSummary.withLastUpdatedTime(Date lastUpdatedTime)
The last date and time that this theme was updated.
|
ThemeSummary |
ThemeSummary.withLatestVersionNumber(Long latestVersionNumber)
The latest version number for the theme.
|
ThemeSummary |
ThemeSummary.withName(String name)
the display name for the theme.
|
ThemeSummary |
ThemeSummary.withThemeId(String themeId)
The ID of the theme.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeSummary> |
ListThemesResult.getThemeSummaryList()
Information about the themes in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListThemesResult |
ListThemesResult.withThemeSummaryList(ThemeSummary... themeSummaryList)
Information about the themes in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemesResult.setThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
|
ListThemesResult |
ListThemesResult.withThemeSummaryList(Collection<ThemeSummary> themeSummaryList)
Information about the themes in the list.
|
Copyright © 2020. All rights reserved.