Uses of Class
software.amazon.awssdk.services.databrew.model.RecipeVersionErrorDetail
-
Packages that use RecipeVersionErrorDetail Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeVersionErrorDetail in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type RecipeVersionErrorDetail Modifier and Type Method Description List<RecipeVersionErrorDetail>BatchDeleteRecipeVersionResponse. errors()Errors, if any, that occurred while attempting to delete the recipe versions.Methods in software.amazon.awssdk.services.databrew.model with parameters of type RecipeVersionErrorDetail Modifier and Type Method Description BatchDeleteRecipeVersionResponse.BuilderBatchDeleteRecipeVersionResponse.Builder. errors(RecipeVersionErrorDetail... errors)Errors, if any, that occurred while attempting to delete the recipe versions.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type RecipeVersionErrorDetail Modifier and Type Method Description BatchDeleteRecipeVersionResponse.BuilderBatchDeleteRecipeVersionResponse.Builder. errors(Collection<RecipeVersionErrorDetail> errors)Errors, if any, that occurred while attempting to delete the recipe versions.
-