Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobWarning
-
Packages that use AssetBundleImportJobWarning Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobWarning in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobWarning Modifier and Type Method Description List<AssetBundleImportJobWarning>DescribeAssetBundleImportJobResponse. warnings()An array of warning records that describe all permitted errors that are encountered during the import job.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobWarning Modifier and Type Method Description DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. warnings(AssetBundleImportJobWarning... warnings)An array of warning records that describe all permitted errors that are encountered during the import job.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobWarning Modifier and Type Method Description DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. warnings(Collection<AssetBundleImportJobWarning> warnings)An array of warning records that describe all permitted errors that are encountered during the import job.
-