Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphBaseClientBuilder
-
Packages that use NeptuneGraphBaseClientBuilder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds. -
-
Uses of NeptuneGraphBaseClientBuilder in software.amazon.awssdk.services.neptunegraph
Classes in software.amazon.awssdk.services.neptunegraph with type parameters of type NeptuneGraphBaseClientBuilder Modifier and Type Interface Description interfaceNeptuneGraphBaseClientBuilder<B extends NeptuneGraphBaseClientBuilder<B,C>,C>This includes configuration specific to Neptune Graph that is supported by bothNeptuneGraphClientBuilderandNeptuneGraphAsyncClientBuilder.Subinterfaces of NeptuneGraphBaseClientBuilder in software.amazon.awssdk.services.neptunegraph Modifier and Type Interface Description interfaceNeptuneGraphAsyncClientBuilderA builder for creating an instance ofNeptuneGraphAsyncClient.interfaceNeptuneGraphClientBuilderA builder for creating an instance ofNeptuneGraphClient.
-