Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphBaseClientBuilder
-
Packages that use NeptuneGraphBaseClientBuilder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type. -
-
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.
-