Uses of Class
software.amazon.awssdk.services.glue.model.GetDataflowGraphResponse
-
Packages that use GetDataflowGraphResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDataflowGraphResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDataflowGraphResponse Modifier and Type Method Description default GetDataflowGraphResponseGlueClient. getDataflowGraph(Consumer<GetDataflowGraphRequest.Builder> 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).Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDataflowGraphResponse Modifier and Type Method Description default CompletableFuture<GetDataflowGraphResponse>GlueAsyncClient. getDataflowGraph(Consumer<GetDataflowGraphRequest.Builder> getDataflowGraphRequest)Transforms a Python script into a directed acyclic graph (DAG).default CompletableFuture<GetDataflowGraphResponse>GlueAsyncClient. getDataflowGraph(GetDataflowGraphRequest getDataflowGraphRequest)Transforms a Python script into a directed acyclic graph (DAG).
-