Uses of Class
software.amazon.awssdk.services.quicksight.model.ThemeError
-
Packages that use ThemeError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThemeError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThemeError Modifier and Type Method Description List<ThemeError>ThemeVersion. errors()Errors associated with the theme.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ThemeError Modifier and Type Method Description ThemeVersion.BuilderThemeVersion.Builder. errors(ThemeError... errors)Errors associated with the theme.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThemeError Modifier and Type Method Description ThemeVersion.BuilderThemeVersion.Builder. errors(Collection<ThemeError> errors)Errors associated with the theme.
-