Uses of Class
software.amazon.awssdk.services.neptunedata.model.NodeStructure
-
Packages that use NodeStructure Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of NodeStructure in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type NodeStructure Modifier and Type Method Description List<NodeStructure>PropertygraphSummary. nodeStructures()This field is only present when the requested mode isDETAILED.Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type NodeStructure Modifier and Type Method Description PropertygraphSummary.BuilderPropertygraphSummary.Builder. nodeStructures(NodeStructure... nodeStructures)This field is only present when the requested mode isDETAILED.Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type NodeStructure Modifier and Type Method Description PropertygraphSummary.BuilderPropertygraphSummary.Builder. nodeStructures(Collection<NodeStructure> nodeStructures)This field is only present when the requested mode isDETAILED.
-