| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionResult |
AWSGlueDataBrewClient.batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest request)
Deletes one or more versions of a recipe at a time.
|
BatchDeleteRecipeVersionResult |
AbstractAWSGlueDataBrew.batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest request) |
BatchDeleteRecipeVersionResult |
AWSGlueDataBrew.batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest)
Deletes one or more versions of a recipe at a time.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteRecipeVersionResult> |
AbstractAWSGlueDataBrewAsync.batchDeleteRecipeVersionAsync(BatchDeleteRecipeVersionRequest request,
AsyncHandler<BatchDeleteRecipeVersionRequest,BatchDeleteRecipeVersionResult> asyncHandler) |
Future<BatchDeleteRecipeVersionResult> |
AWSGlueDataBrewAsyncClient.batchDeleteRecipeVersionAsync(BatchDeleteRecipeVersionRequest request,
AsyncHandler<BatchDeleteRecipeVersionRequest,BatchDeleteRecipeVersionResult> asyncHandler) |
Future<BatchDeleteRecipeVersionResult> |
AWSGlueDataBrewAsync.batchDeleteRecipeVersionAsync(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest,
AsyncHandler<BatchDeleteRecipeVersionRequest,BatchDeleteRecipeVersionResult> asyncHandler)
Deletes one or more versions of a recipe at a time.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.clone() |
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.withErrors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.withErrors(RecipeVersionErrorDetail... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResult |
BatchDeleteRecipeVersionResult.withName(String name)
The name of the recipe that was modified.
|
Copyright © 2023. All rights reserved.