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