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