Registry / cloud / huaweicloud-sdk-core

huaweicloud-sdk-core

JSON →
library3.1.187javamavenunverified

Core library for Huawei Cloud Java SDK, providing foundational classes for interacting with Huawei Cloud services.

<dependency> <groupId>com.huaweicloud.sdk</groupId> <artifactId>huaweicloud-sdk-core</artifactId> <version>3.1.187</version> </dependency>
INSTALL
IMPORT
SIG · HUAWEICLOUD-SDK-CO
H
huaweicloud-sdk-core
cloudjavav3.1.187
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.

HcClient
com.huaweicloud.sdk.core.HcClient

Creates a basic Huawei Cloud client with credentials.

import com.huaweicloud.sdk.core.HcClient; import com.huaweicloud.sdk.core.auth.BasicCredentials; public class Main { public static void main(String[] args) { BasicCredentials credentials = new BasicCredentials() .withAk("your-ak") .withSk("your-sk"); HcClient client = HcClient.newBuilder() .withCredential(credentials) .withEndpoint("https://iam.myhuaweicloud.com") .build(); System.out.println("Huawei Cloud client created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.187latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
huaweicloud-sdk-core — mvn dependency:get huaweicloud-sdk-core · libregistry