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