Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateRecipeRequest
-
Packages that use UpdateRecipeRequest 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 UpdateRecipeRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type UpdateRecipeRequest Modifier and Type Method Description default CompletableFuture<UpdateRecipeResponse>DataBrewAsyncClient. updateRecipe(UpdateRecipeRequest 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. -
Uses of UpdateRecipeRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type UpdateRecipeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRecipeRequestMarshaller. marshall(UpdateRecipeRequest updateRecipeRequest)
-