Uses of Enum Class
com.datastax.astra.client.DataAPIDestination
Packages that use DataAPIDestination
Package
Description
Entrypoint and core classes for the client.
Classes for options of the core commands.
Exceptions specialized checked and unchecked thrown by the client.
-
Uses of DataAPIDestination in com.datastax.astra.client
Methods in com.datastax.astra.client that return DataAPIDestinationModifier and TypeMethodDescriptionstatic DataAPIDestinationReturns the enum constant of this class with the specified name.static DataAPIDestination[]DataAPIDestination.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DataAPIDestination in com.datastax.astra.client.core.options
Methods in com.datastax.astra.client.core.options that return DataAPIDestinationMethods in com.datastax.astra.client.core.options with parameters of type DataAPIDestinationModifier and TypeMethodDescriptionstatic AstraEnvironmentDataAPIClientOptions.getAstraEnvironment(DataAPIDestination env) Allow to map in between Astra Environment (devops) and the DataApiClient destinations -
Uses of DataAPIDestination in com.datastax.astra.client.exceptions
Methods in com.datastax.astra.client.exceptions with parameters of type DataAPIDestinationModifier and TypeMethodDescriptionstatic voidInvalidEnvironmentException.throwErrorRestrictedAstra(String operation, DataAPIDestination currentEnv) Format error message.