| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateRecipeResponse |
DataBrewClient.updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
default UpdateRecipeResponse |
DataBrewClient.updateRecipe(UpdateRecipeRequest updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRecipeResponse> |
DataBrewAsyncClient.updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
default CompletableFuture<UpdateRecipeResponse> |
DataBrewAsyncClient.updateRecipe(UpdateRecipeRequest updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
Copyright © 2023. All rights reserved.