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