Uses of Class
com.datastax.astra.client.DataAPIOptions
Packages that use DataAPIOptions
Package
Description
Entrypoint and core classes for the client.
Administration classes to manage Databases and Namespaces.
-
Uses of DataAPIOptions in com.datastax.astra.client
Methods in com.datastax.astra.client that return DataAPIOptionsModifier and TypeMethodDescriptionDataAPIOptions.DataAPIClientOptionsBuilder.build()
Build the options.Constructors in com.datastax.astra.client with parameters of type DataAPIOptionsModifierConstructorDescriptionDataAPIClient
(String token, DataAPIOptions options) Constructs aDataAPIClient
with specified authentication token and HTTP client configuration options.Database
(String apiEndpoint, String token, String namespace, DataAPIOptions options) Initialization with endpoint and apikey. -
Uses of DataAPIOptions in com.datastax.astra.client.admin
Fields in com.datastax.astra.client.admin declared as DataAPIOptionsModifier and TypeFieldDescriptionprotected final DataAPIOptions
DataAPIDatabaseAdmin.options
Version of the API.Constructors in com.datastax.astra.client.admin with parameters of type DataAPIOptionsModifierConstructorDescriptionAstraDBAdmin
(String token, com.dtsx.astra.sdk.utils.AstraEnvironment env, DataAPIOptions options) Initialization with an authentication token and target environment, Use this constructor for testing purpose.AstraDBDatabaseAdmin
(String token, UUID databaseId, com.dtsx.astra.sdk.utils.AstraEnvironment env, DataAPIOptions options) Initialize a database admin from token and database id.DataAPIDatabaseAdmin
(String apiEndpoint, String token, DataAPIOptions options) Initialize a database admin from token and database id.