| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeStructure |
EdgeStructure.clone() |
EdgeStructure |
EdgeStructure.withCount(Long count)
The number of edges that have this specific structure.
|
EdgeStructure |
EdgeStructure.withEdgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
|
EdgeStructure |
EdgeStructure.withEdgeProperties(String... edgeProperties)
A list of edge properties present in this specific structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeStructure> |
PropertygraphSummary.getEdgeStructures()
This field is only present when the requested mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
PropertygraphSummary |
PropertygraphSummary.withEdgeStructures(EdgeStructure... edgeStructures)
This field is only present when the requested mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertygraphSummary.setEdgeStructures(Collection<EdgeStructure> edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withEdgeStructures(Collection<EdgeStructure> edgeStructures)
This field is only present when the requested mode is
DETAILED. |
Copyright © 2024. All rights reserved.