Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobDashboardOverridePermissions
-
Packages that use AssetBundleImportJobDashboardOverridePermissions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobDashboardOverridePermissions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobDashboardOverridePermissions Modifier and Type Method Description List<AssetBundleImportJobDashboardOverridePermissions>AssetBundleImportJobOverridePermissions. dashboards()A list of permissions 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 AssetBundleImportJobDashboardOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. dashboards(AssetBundleImportJobDashboardOverridePermissions... dashboards)A list of permissions 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 AssetBundleImportJobDashboardOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. dashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)A list of permissions overrides for anyDashboardresources that are present in the asset bundle that is imported.
-