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