Uses of Class
software.amazon.awssdk.services.databrew.model.BatchDeleteRecipeVersionRequest
-
Packages that use BatchDeleteRecipeVersionRequest Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.transform -
-
Uses of BatchDeleteRecipeVersionRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type BatchDeleteRecipeVersionRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteRecipeVersionResponse>DataBrewAsyncClient. batchDeleteRecipeVersion(BatchDeleteRecipeVersionRequest 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. -
Uses of BatchDeleteRecipeVersionRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type BatchDeleteRecipeVersionRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteRecipeVersionRequestMarshaller. marshall(BatchDeleteRecipeVersionRequest batchDeleteRecipeVersionRequest)
-