Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobDataSetOverridePermissions
-
Packages that use AssetBundleImportJobDataSetOverridePermissions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobDataSetOverridePermissions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobDataSetOverridePermissions Modifier and Type Method Description List<AssetBundleImportJobDataSetOverridePermissions>AssetBundleImportJobOverridePermissions. dataSets()A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobDataSetOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. dataSets(AssetBundleImportJobDataSetOverridePermissions... dataSets)A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobDataSetOverridePermissions Modifier and Type Method Description AssetBundleImportJobOverridePermissions.BuilderAssetBundleImportJobOverridePermissions.Builder. dataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.
-