Uses of Class
software.amazon.awssdk.services.glue.model.GetDataflowGraphRequest
-
Packages that use GetDataflowGraphRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetDataflowGraphRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetDataflowGraphRequest Modifier and Type Method Description default CompletableFuture<GetDataflowGraphResponse>GlueAsyncClient. getDataflowGraph(GetDataflowGraphRequest getDataflowGraphRequest)Transforms a Python script into a directed acyclic graph (DAG).default GetDataflowGraphResponseGlueClient. getDataflowGraph(GetDataflowGraphRequest getDataflowGraphRequest)Transforms a Python script into a directed acyclic graph (DAG). -
Uses of GetDataflowGraphRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetDataflowGraphRequest Modifier and Type Method Description SdkHttpFullRequestGetDataflowGraphRequestMarshaller. marshall(GetDataflowGraphRequest getDataflowGraphRequest)
-