Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobError
-
Packages that use AssetBundleExportJobError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobError Modifier and Type Method Description List<AssetBundleExportJobError>DescribeAssetBundleExportJobResponse. errors()An array of error records that describes any failures that occurred during the export job processing.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobError Modifier and Type Method Description DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. errors(AssetBundleExportJobError... errors)An array of error records that describes any failures that occurred during the export job processing.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobError Modifier and Type Method Description DescribeAssetBundleExportJobResponse.BuilderDescribeAssetBundleExportJobResponse.Builder. errors(Collection<AssetBundleExportJobError> errors)An array of error records that describes any failures that occurred during the export job processing.
-