Uses of Class
software.amazon.awssdk.services.glue.model.NodeType
-
Packages that use NodeType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of NodeType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeTypeNode. type()The type of Glue component represented by the node.static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type NodeType Modifier and Type Method Description static Set<NodeType>NodeType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type NodeType Modifier and Type Method Description Node.BuilderNode.Builder. type(NodeType type)The type of Glue component represented by the node.
-