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