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