Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobError
-
Packages that use AssetBundleImportJobError Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobError in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobError Modifier and Type Method Description List<AssetBundleImportJobError>DescribeAssetBundleImportJobResponse. errors()An array of error records that describes any failures that occurred during the export job processing.List<AssetBundleImportJobError>DescribeAssetBundleImportJobResponse. rollbackErrors()An array of error records that describes any failures that occurred while an import job was attempting a rollback.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobError Modifier and Type Method Description DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. errors(AssetBundleImportJobError... errors)An array of error records that describes any failures that occurred during the export job processing.DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. rollbackErrors(AssetBundleImportJobError... rollbackErrors)An array of error records that describes any failures that occurred while an import job was attempting a rollback.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobError Modifier and Type Method Description DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. errors(Collection<AssetBundleImportJobError> errors)An array of error records that describes any failures that occurred during the export job processing.DescribeAssetBundleImportJobResponse.BuilderDescribeAssetBundleImportJobResponse.Builder. rollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)An array of error records that describes any failures that occurred while an import job was attempting a rollback.
-