Uses of Class
software.amazon.awssdk.services.databrew.model.DeleteRecipeVersionResponse
-
Packages that use DeleteRecipeVersionResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of DeleteRecipeVersionResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return DeleteRecipeVersionResponse Modifier and Type Method Description default DeleteRecipeVersionResponseDataBrewClient. deleteRecipeVersion(Consumer<DeleteRecipeVersionRequest.Builder> deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe.default DeleteRecipeVersionResponseDataBrewClient. deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type DeleteRecipeVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteRecipeVersionResponse>DataBrewAsyncClient. deleteRecipeVersion(Consumer<DeleteRecipeVersionRequest.Builder> deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe.default CompletableFuture<DeleteRecipeVersionResponse>DataBrewAsyncClient. deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe.
-