Overview(中文) | Credentials →
When calling APIs, it is recommended to integrate the SDK in your project. Using the SDK simplifies development, speeds up integration, and reduces long-term maintenance costs. Volcengine SDK integration typically includes three steps: importing the SDK, configuring access credentials, and writing API call code.
- The SDK requires Java 1.8.0_131+. Download from: http://developers.sun.com/downloads/.
- If your Java version is Java 9 or later, add the
javax.annotation-apidependency (it was removed from JDK 9+).
- Credentials — AK/SK, STS, AssumeRole, OIDC, SAML, ECS Role, Default Chain
- Endpoint Configuration — Custom Endpoint, RegionId, Automatic Resolution
- Transport — HTTP Connection Pool, HTTPS Scheme, SSL Verification, HTTP(S) Proxy
- Timeout — Global Timeouts
- Retry — Retry Strategy, Backoff Strategy
- Error Handling — Exception Handling
- Debugging — Debug Mode
Overview(中文) | Credentials →