Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobFolderOverridePermissions
-
Packages that use AssetBundleImportJobFolderOverridePermissions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobFolderOverridePermissions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobFolderOverridePermissions Modifier and Type Method Description List<AssetBundleImportJobFolderOverridePermissions>AssetBundleImportJobOverridePermissions. folders()A list of permissions for the folders that you want to apply overrides to.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobFolderOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. folders(AssetBundleImportJobFolderOverridePermissions... folders)A list of permissions for the folders that you want to apply overrides to.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobFolderOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. folders(Collection<AssetBundleImportJobFolderOverridePermissions> folders)A list of permissions for the folders that you want to apply overrides to.
-