Uses of Interface
software.amazon.awssdk.services.neptunedata.model.EdgeStructure.Builder
-
Packages that use EdgeStructure.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of EdgeStructure.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return EdgeStructure.Builder Modifier and Type Method Description static EdgeStructure.BuilderEdgeStructure. builder()EdgeStructure.BuilderEdgeStructure.Builder. count(Long count)The number of edges that have this specific structure.EdgeStructure.BuilderEdgeStructure.Builder. edgeProperties(String... edgeProperties)A list of edge properties present in this specific structure.EdgeStructure.BuilderEdgeStructure.Builder. edgeProperties(Collection<String> edgeProperties)A list of edge properties present in this specific structure.EdgeStructure.BuilderEdgeStructure. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type EdgeStructure.Builder Modifier and Type Method Description static Class<? extends EdgeStructure.Builder>EdgeStructure. serializableBuilderClass()
-