Uses of Interface
com.datastax.astra.client.admin.DatabaseAdmin
Package
Description
Entrypoint and core classes for the client.
Administration classes to manage Databases and Namespaces.
-
Uses of DatabaseAdmin in com.datastax.astra.client
Modifier and TypeMethodDescriptionDataAPIClient.getDatabaseAdmin
(String apiEndpoint) Retrieves a client for interacting with a specified database using its unique identifier.Database.getDatabaseAdmin()
Access a database Admin client from the databaseDatabase.getDatabaseAdmin
(String superUserToken) Gets the name of the database. -
Uses of DatabaseAdmin in com.datastax.astra.client.admin
Modifier and TypeClassDescriptionclass
Implementation of the DatabaseAdmin interface for Astra.class
Implementation of Client.Modifier and TypeMethodDescriptionAstraDBAdmin.createDatabase
(String name) Create new database with a name on free tier.AstraDBAdmin.createDatabase
(String name, com.dtsx.astra.sdk.db.domain.CloudProviderType cloud, String cloudRegion) Create new database with a name on the specified cloud provider and region.AstraDBAdmin.createDatabase
(String name, com.dtsx.astra.sdk.db.domain.CloudProviderType cloud, String cloudRegion, boolean waitForDb) Create new database with a name on the specified cloud provider and region.