Uses of Class
software.amazon.awssdk.services.glue.model.UpdateBlueprintRequest
-
Packages that use UpdateBlueprintRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateBlueprintRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateBlueprintRequest Modifier and Type Method Description default CompletableFuture<UpdateBlueprintResponse>GlueAsyncClient. updateBlueprint(UpdateBlueprintRequest updateBlueprintRequest)Updates a registered blueprint.default UpdateBlueprintResponseGlueClient. updateBlueprint(UpdateBlueprintRequest updateBlueprintRequest)Updates a registered blueprint. -
Uses of UpdateBlueprintRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateBlueprintRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBlueprintRequestMarshaller. marshall(UpdateBlueprintRequest updateBlueprintRequest)
-