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