Uses of Class
software.amazon.awssdk.services.databrew.model.BatchDeleteRecipeVersionResponse
-
Packages that use BatchDeleteRecipeVersionResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of BatchDeleteRecipeVersionResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return BatchDeleteRecipeVersionResponse Modifier and Type Method Description default BatchDeleteRecipeVersionResponseDataBrewClient. batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time.default BatchDeleteRecipeVersionResponseDataBrewClient. batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type BatchDeleteRecipeVersionResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteRecipeVersionResponse>DataBrewAsyncClient. batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time.default CompletableFuture<BatchDeleteRecipeVersionResponse>DataBrewAsyncClient. batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time.
-