Uses of Interface
software.amazon.awssdk.services.docdb.DocDbBaseClientBuilder
-
Packages that use DocDbBaseClientBuilder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of DocDbBaseClientBuilder in software.amazon.awssdk.services.docdb
Classes in software.amazon.awssdk.services.docdb with type parameters of type DocDbBaseClientBuilder Modifier and Type Interface Description interfaceDocDbBaseClientBuilder<B extends DocDbBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon DocDB that is supported by bothDocDbClientBuilderandDocDbAsyncClientBuilder.Subinterfaces of DocDbBaseClientBuilder in software.amazon.awssdk.services.docdb Modifier and Type Interface Description interfaceDocDbAsyncClientBuilderA builder for creating an instance ofDocDbAsyncClient.interfaceDocDbClientBuilderA builder for creating an instance ofDocDbClient.
-