Uses of Class
software.amazon.awssdk.services.glue.model.CodeGenConfigurationNode
-
Packages that use CodeGenConfigurationNode Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CodeGenConfigurationNode in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CodeGenConfigurationNode Modifier and Type Method Description Map<String,CodeGenConfigurationNode>CreateJobRequest. codeGenConfigurationNodes()The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.Map<String,CodeGenConfigurationNode>Job. codeGenConfigurationNodes()The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.Map<String,CodeGenConfigurationNode>JobUpdate. codeGenConfigurationNodes()The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CodeGenConfigurationNode Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. codeGenConfigurationNodes(Map<String,CodeGenConfigurationNode> codeGenConfigurationNodes)The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.Job.BuilderJob.Builder. codeGenConfigurationNodes(Map<String,CodeGenConfigurationNode> codeGenConfigurationNodes)The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.JobUpdate.BuilderJobUpdate.Builder. codeGenConfigurationNodes(Map<String,CodeGenConfigurationNode> codeGenConfigurationNodes)The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.
-