| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeVersionSummary |
ThemeVersionSummary.clone() |
ThemeVersionSummary |
ThemeVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the theme version.
|
ThemeVersionSummary |
ThemeVersionSummary.withCreatedTime(Date createdTime)
The date and time that this theme version was created.
|
ThemeVersionSummary |
ThemeVersionSummary.withDescription(String description)
The description of the theme version.
|
ThemeVersionSummary |
ThemeVersionSummary.withStatus(ResourceStatus status)
The status of the theme version.
|
ThemeVersionSummary |
ThemeVersionSummary.withStatus(String status)
The status of the theme version.
|
ThemeVersionSummary |
ThemeVersionSummary.withVersionNumber(Long versionNumber)
The version number of the theme version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeVersionSummary> |
ListThemeVersionsResult.getThemeVersionSummaryList()
A structure containing a list of all the versions of the specified theme.
|
| Modifier and Type | Method and Description |
|---|---|
ListThemeVersionsResult |
ListThemeVersionsResult.withThemeVersionSummaryList(ThemeVersionSummary... themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemeVersionsResult.setThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
ListThemeVersionsResult |
ListThemeVersionsResult.withThemeVersionSummaryList(Collection<ThemeVersionSummary> themeVersionSummaryList)
A structure containing a list of all the versions of the specified theme.
|
Copyright © 2024. All rights reserved.