Uses of Class
software.amazon.awssdk.services.glue.model.BlueprintRun
-
Packages that use BlueprintRun Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BlueprintRun in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BlueprintRun Modifier and Type Method Description BlueprintRunGetBlueprintRunResponse. blueprintRun()Returns aBlueprintRunobject.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BlueprintRun Modifier and Type Method Description List<BlueprintRun>GetBlueprintRunsResponse. blueprintRuns()Returns a list ofBlueprintRunobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type BlueprintRun Modifier and Type Method Description GetBlueprintRunResponse.BuilderGetBlueprintRunResponse.Builder. blueprintRun(BlueprintRun blueprintRun)Returns aBlueprintRunobject.GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. blueprintRuns(BlueprintRun... blueprintRuns)Returns a list ofBlueprintRunobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BlueprintRun Modifier and Type Method Description GetBlueprintRunsResponse.BuilderGetBlueprintRunsResponse.Builder. blueprintRuns(Collection<BlueprintRun> blueprintRuns)Returns a list ofBlueprintRunobjects.
-