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