| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ThemeType |
ThemeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ThemeType |
Theme.type()
The type of theme, based on how it was created.
|
ThemeType |
ListThemesRequest.type()
The type of themes that you want to list.
|
static ThemeType |
ThemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThemeType[] |
ThemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ThemeType> |
ThemeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Theme.Builder |
Theme.Builder.type(ThemeType type)
The type of theme, based on how it was created.
|
ListThemesRequest.Builder |
ListThemesRequest.Builder.type(ThemeType type)
The type of themes that you want to list.
|
Copyright © 2023. All rights reserved.