Uses of Class
software.amazon.awssdk.services.glue.model.StartBlueprintRunRequest
-
Packages that use StartBlueprintRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartBlueprintRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartBlueprintRunRequest Modifier and Type Method Description default CompletableFuture<StartBlueprintRunResponse>GlueAsyncClient. startBlueprintRun(StartBlueprintRunRequest startBlueprintRunRequest)Starts a new run of the specified blueprint.default StartBlueprintRunResponseGlueClient. startBlueprintRun(StartBlueprintRunRequest startBlueprintRunRequest)Starts a new run of the specified blueprint. -
Uses of StartBlueprintRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartBlueprintRunRequest Modifier and Type Method Description SdkHttpFullRequestStartBlueprintRunRequestMarshaller. marshall(StartBlueprintRunRequest startBlueprintRunRequest)
-