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