| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeVersionErrorDetail |
RecipeVersionErrorDetail.clone() |
RecipeVersionErrorDetail |
RecipeVersionErrorDetail.withErrorCode(String errorCode)
The HTTP status code for the error.
|
RecipeVersionErrorDetail |
RecipeVersionErrorDetail.withErrorMessage(String errorMessage)
The text of the error message.
|
RecipeVersionErrorDetail |
RecipeVersionErrorDetail.withRecipeVersion(String recipeVersion)
The identifier for the recipe version associated with this error.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipeVersionErrorDetail> |
BatchDeleteRecipeVersionResult.getErrors()
Errors, if any, that occurred while attempting to delete the recipe versions.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.withErrors(RecipeVersionErrorDetail... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteRecipeVersionResult.setErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.withErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
Copyright © 2023. All rights reserved.