Uses of Interface
software.amazon.awssdk.services.docdbelastic.DocDbElasticBaseClientBuilder
-
Packages that use DocDbElasticBaseClientBuilder Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint. -
-
Uses of DocDbElasticBaseClientBuilder in software.amazon.awssdk.services.docdbelastic
Classes in software.amazon.awssdk.services.docdbelastic with type parameters of type DocDbElasticBaseClientBuilder Modifier and Type Interface Description interfaceDocDbElasticBaseClientBuilder<B extends DocDbElasticBaseClientBuilder<B,C>,C>This includes configuration specific to DocDB Elastic that is supported by bothDocDbElasticClientBuilderandDocDbElasticAsyncClientBuilder.Subinterfaces of DocDbElasticBaseClientBuilder in software.amazon.awssdk.services.docdbelastic Modifier and Type Interface Description interfaceDocDbElasticAsyncClientBuilderA builder for creating an instance ofDocDbElasticAsyncClient.interfaceDocDbElasticClientBuilderA builder for creating an instance ofDocDbElasticClient.
-