Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobWarning
-
Packages that use AssetBundleExportJobWarning Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobWarning in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobWarning Modifier and Type Method Description List<AssetBundleExportJobWarning>DescribeAssetBundleExportJobResponse. warnings()An array of warning records that describe the analysis or dashboard that is exported.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobWarning Modifier and Type Method Description DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. warnings(AssetBundleExportJobWarning... warnings)An array of warning records that describe the analysis or dashboard that is exported.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobWarning Modifier and Type Method Description DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. warnings(Collection<AssetBundleExportJobWarning> warnings)An array of warning records that describe the analysis or dashboard that is exported.
-