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