| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeError |
ThemeError.clone() |
ThemeError |
ThemeError.withMessage(String message)
The error message.
|
ThemeError |
ThemeError.withType(String type)
The type of error.
|
ThemeError |
ThemeError.withType(ThemeErrorType type)
The type of error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeError> |
ThemeVersion.getErrors()
Errors associated with the theme.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeVersion |
ThemeVersion.withErrors(ThemeError... errors)
Errors associated with the theme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeVersion.setErrors(Collection<ThemeError> errors)
Errors associated with the theme.
|
ThemeVersion |
ThemeVersion.withErrors(Collection<ThemeError> errors)
Errors associated with the theme.
|
Copyright © 2021. All rights reserved.