Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobDashboardOverrideProperties
-
Packages that use AssetBundleExportJobDashboardOverrideProperties Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobDashboardOverrideProperties in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobDashboardOverrideProperties Modifier and Type Method Description List<AssetBundleExportJobDashboardOverrideProperties>AssetBundleCloudFormationOverridePropertyConfiguration. dashboards()An optional list of structures that control howDashboardresources are parameterized in the returned CloudFormation template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobDashboardOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. dashboards(AssetBundleExportJobDashboardOverrideProperties... dashboards)An optional list of structures that control howDashboardresources are parameterized in the returned CloudFormation template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobDashboardOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. dashboards(Collection<AssetBundleExportJobDashboardOverrideProperties> dashboards)An optional list of structures that control howDashboardresources are parameterized in the returned CloudFormation template.
-