| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
SubjectStructure |
SubjectStructure.clone() |
SubjectStructure |
SubjectStructure.withCount(Long count)
Number of occurrences of this specific structure.
|
SubjectStructure |
SubjectStructure.withPredicates(Collection<String> predicates)
A list of predicates present in this specific structure.
|
SubjectStructure |
SubjectStructure.withPredicates(String... predicates)
A list of predicates present in this specific structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubjectStructure> |
RDFGraphSummary.getSubjectStructures()
This field is only present when the request mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
RDFGraphSummary |
RDFGraphSummary.withSubjectStructures(SubjectStructure... subjectStructures)
This field is only present when the request mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFGraphSummary.setSubjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary |
RDFGraphSummary.withSubjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is
DETAILED. |
Copyright © 2025. All rights reserved.