Uses of Interface
software.amazon.awssdk.services.neptunedata.NeptunedataBaseClientBuilder
-
Packages that use NeptunedataBaseClientBuilder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of NeptunedataBaseClientBuilder in software.amazon.awssdk.services.neptunedata
Classes in software.amazon.awssdk.services.neptunedata with type parameters of type NeptunedataBaseClientBuilder Modifier and Type Interface Description interfaceNeptunedataBaseClientBuilder<B extends NeptunedataBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon NeptuneData that is supported by bothNeptunedataClientBuilderandNeptunedataAsyncClientBuilder.Subinterfaces of NeptunedataBaseClientBuilder in software.amazon.awssdk.services.neptunedata Modifier and Type Interface Description interfaceNeptunedataAsyncClientBuilderA builder for creating an instance ofNeptunedataAsyncClient.interfaceNeptunedataClientBuilderA builder for creating an instance ofNeptunedataClient.
-