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