Uses of Interface
software.amazon.awssdk.services.keyspaces.KeyspacesBaseClientBuilder
-
Packages that use KeyspacesBaseClientBuilder Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of KeyspacesBaseClientBuilder in software.amazon.awssdk.services.keyspaces
Classes in software.amazon.awssdk.services.keyspaces with type parameters of type KeyspacesBaseClientBuilder Modifier and Type Interface Description interfaceKeyspacesBaseClientBuilder<B extends KeyspacesBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Keyspaces that is supported by bothKeyspacesClientBuilderandKeyspacesAsyncClientBuilder.Subinterfaces of KeyspacesBaseClientBuilder in software.amazon.awssdk.services.keyspaces Modifier and Type Interface Description interfaceKeyspacesAsyncClientBuilderA builder for creating an instance ofKeyspacesAsyncClient.interfaceKeyspacesClientBuilderA builder for creating an instance ofKeyspacesClient.
-