SDK Reference

更新时间:
复制 MD 格式

Note: This document describes the SDK for the Alibaba Cloud Cassandra OpenAPI, which is used to manage Alibaba Cloud Cassandra instances. Management operations include creating, scaling out, and deleting instances, and managing whitelists and tags. This SDK is different from the native SDK that is used to access Cassandra instances. Alibaba Cloud Cassandra OpenAPI supports the following types of SDKs.

Alibaba Cloud SDK

Alibaba Cloud Cassandra Database SDK

Documentation

Alibaba Cloud SDK for Java

Alibaba Cloud Cassandra SDK for Java

SDK User Guide

Alibaba Cloud SDK for Python

Alibaba Cloud Cassandra SDK for Python

SDK User Guide

Alibaba Cloud SDK for Go

Alibaba Cloud Cassandra SDK for Go

SDK User Guide

Note: The following versions are for reference only. Download the latest version of the SDK from Maven.

        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-cassandra</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-core</artifactId>
            <version>4.4.7</version>
        </dependency>