| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
NodeStructure |
NodeStructure.clone() |
NodeStructure |
NodeStructure.withCount(Long count)
Number of nodes that have this specific structure.
|
NodeStructure |
NodeStructure.withDistinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure |
NodeStructure.withDistinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure |
NodeStructure.withNodeProperties(Collection<String> nodeProperties)
A list of the node properties present in this specific structure.
|
NodeStructure |
NodeStructure.withNodeProperties(String... nodeProperties)
A list of the node properties present in this specific structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeStructure> |
PropertygraphSummary.getNodeStructures()
This field is only present when the requested mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
PropertygraphSummary |
PropertygraphSummary.withNodeStructures(NodeStructure... nodeStructures)
This field is only present when the requested mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertygraphSummary.setNodeStructures(Collection<NodeStructure> nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withNodeStructures(Collection<NodeStructure> nodeStructures)
This field is only present when the requested mode is
DETAILED. |
Copyright © 2024. All rights reserved.