Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobThemeOverrideTags
-
Packages that use AssetBundleImportJobThemeOverrideTags Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobThemeOverrideTags in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobThemeOverrideTags Modifier and Type Method Description List<AssetBundleImportJobThemeOverrideTags>AssetBundleImportJobOverrideTags. themes()A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobThemeOverrideTags Modifier and Type Method Description AssetBundleImportJobOverrideTags.BuilderAssetBundleImportJobOverrideTags.Builder. themes(AssetBundleImportJobThemeOverrideTags... themes)A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobThemeOverrideTags Modifier and Type Method Description AssetBundleImportJobOverrideTags.BuilderAssetBundleImportJobOverrideTags.Builder. themes(Collection<AssetBundleImportJobThemeOverrideTags> themes)A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.
-