| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Theme |
Theme.clone() |
Theme |
DescribeThemeResult.getTheme()
The information about the theme that you are describing.
|
Theme |
Theme.withArn(String arn)
The Amazon Resource Name (ARN) of the theme.
|
Theme |
Theme.withCreatedTime(Date createdTime)
The date and time that the theme was created.
|
Theme |
Theme.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the theme was last updated.
|
Theme |
Theme.withName(String name)
The name that the user gives to the theme.
|
Theme |
Theme.withThemeId(String themeId)
The identifier that the user gives to the theme.
|
Theme |
Theme.withType(String type)
The type of theme, based on how it was created.
|
Theme |
Theme.withType(ThemeType type)
The type of theme, based on how it was created.
|
Theme |
Theme.withVersion(ThemeVersion version) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeThemeResult.setTheme(Theme theme)
The information about the theme that you are describing.
|
DescribeThemeResult |
DescribeThemeResult.withTheme(Theme theme)
The information about the theme that you are describing.
|
Copyright © 2022. All rights reserved.