Uses of Interface
software.amazon.awssdk.services.neptune.NeptuneBaseClientBuilder
-
Packages that use NeptuneBaseClientBuilder Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of NeptuneBaseClientBuilder in software.amazon.awssdk.services.neptune
Classes in software.amazon.awssdk.services.neptune with type parameters of type NeptuneBaseClientBuilder Modifier and Type Interface Description interfaceNeptuneBaseClientBuilder<B extends NeptuneBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Neptune that is supported by bothNeptuneClientBuilderandNeptuneAsyncClientBuilder.Subinterfaces of NeptuneBaseClientBuilder in software.amazon.awssdk.services.neptune Modifier and Type Interface Description interfaceNeptuneAsyncClientBuilderA builder for creating an instance ofNeptuneAsyncClient.interfaceNeptuneClientBuilderA builder for creating an instance ofNeptuneClient.
-