Registry / cloud / tencentcloud-sdk-java

tencentcloud-sdk-java

JSON →
library3.1.1463javamavenunverified

Official Tencent Cloud SDK for Java, providing APIs to interact with Tencent Cloud services.

<dependency> <groupId>com.tencentcloudapi</groupId> <artifactId>tencentcloud-sdk-java</artifactId> <version>3.1.1463</version> </dependency>
INSTALL
IMPORT
SIG · TENCENTCLOUD-SDK-J
T
tencentcloud-sdk-java
cloudjavav3.1.1463
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Credential
com.tencentcloudapi.common.Credential

List CVM instances using Tencent Cloud SDK

import com.tencentcloudapi.common.Credential; import com.tencentcloudapi.cvm.v20170312.CvmClient; import com.tencentcloudapi.cvm.v20170312.models.DescribeInstancesRequest; Credential cred = new Credential("yourSecretId", "yourSecretKey"); CvmClient client = new CvmClient(cred, "ap-guangzhou"); DescribeInstancesRequest req = new DescribeInstancesRequest(); System.out.println(client.DescribeInstances(req));
Debug
Known issues
gotchaAPI versions may change; always use the latest SDK version for new features.
fix
Check the changelog and update dependencies regularly.
affects: *
Upgrade
Version history
3.1.1463latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
tencentcloud-sdk-java — mvn dependency:get tencentcloud-sdk-java · libregistry