Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateRecipeResponse
-
Packages that use UpdateRecipeResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of UpdateRecipeResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return UpdateRecipeResponse Modifier and Type Method Description default UpdateRecipeResponseDataBrewClient. updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe.default UpdateRecipeResponseDataBrewClient. updateRecipe(UpdateRecipeRequest updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type UpdateRecipeResponse Modifier and Type Method Description default CompletableFuture<UpdateRecipeResponse>DataBrewAsyncClient. updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe.default CompletableFuture<UpdateRecipeResponse>DataBrewAsyncClient. updateRecipe(UpdateRecipeRequest updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe.
-