Uses of Class
software.amazon.awssdk.services.glue.model.GetBlueprintRunRequest
-
Packages that use GetBlueprintRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetBlueprintRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetBlueprintRunRequest Modifier and Type Method Description default CompletableFuture<GetBlueprintRunResponse>GlueAsyncClient. getBlueprintRun(GetBlueprintRunRequest getBlueprintRunRequest)Retrieves the details of a blueprint run.default GetBlueprintRunResponseGlueClient. getBlueprintRun(GetBlueprintRunRequest getBlueprintRunRequest)Retrieves the details of a blueprint run. -
Uses of GetBlueprintRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetBlueprintRunRequest Modifier and Type Method Description SdkHttpFullRequestGetBlueprintRunRequestMarshaller. marshall(GetBlueprintRunRequest getBlueprintRunRequest)
-