| 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 |
|---|---|
Future<BatchDeleteRecipeVersionResult> |
AbstractAWSGlueDataBrewAsync.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.
|
Future<BatchDeleteRecipeVersionResult> |
AWSGlueDataBrewAsyncClient.batchDeleteRecipeVersionAsync(BatchDeleteRecipeVersionRequest request,
AsyncHandler<BatchDeleteRecipeVersionRequest,BatchDeleteRecipeVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionRequest |
BatchDeleteRecipeVersionRequest.clone() |
BatchDeleteRecipeVersionRequest |
BatchDeleteRecipeVersionRequest.withName(String name)
The name of the recipe whose versions are to be deleted.
|
BatchDeleteRecipeVersionRequest |
BatchDeleteRecipeVersionRequest.withRecipeVersions(Collection<String> recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
BatchDeleteRecipeVersionRequest |
BatchDeleteRecipeVersionRequest.withRecipeVersions(String... recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
Copyright © 2024. All rights reserved.