Amazon Glue Scala ArrayNode APIs - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon Glue Scala ArrayNode APIs

Package: com.amazonaws.services.glue.types

ArrayNode case class

ArrayNode

case class ArrayNode extends DynamicNode ( value : ArrayBuffer[DynamicNode] )

ArrayNode def methods

def add( node : DynamicNode )
def clone
def equals( other : Any )
def get( index : Int ) : Option[DynamicNode]
def getValue
def hashCode : Int
def isEmpty : Boolean
def nodeType
def remove( index : Int )
def this
def toIterator : Iterator[DynamicNode]
def toJson : String
def update( index : Int, node : DynamicNode )