Uses of Class
software.amazon.awssdk.services.databrew.model.DeleteRecipeVersionRequest
-
Packages that use DeleteRecipeVersionRequest 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 DeleteRecipeVersionRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type DeleteRecipeVersionRequest Modifier and Type Method Description default CompletableFuture<DeleteRecipeVersionResponse>DataBrewAsyncClient. deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe.default DeleteRecipeVersionResponseDataBrewClient. deleteRecipeVersion(DeleteRecipeVersionRequest deleteRecipeVersionRequest)Deletes a single version of a DataBrew recipe. -
Uses of DeleteRecipeVersionRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type DeleteRecipeVersionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRecipeVersionRequestMarshaller. marshall(DeleteRecipeVersionRequest deleteRecipeVersionRequest)
-