Skip navigation links
A B C D E F G H I J L M O P R S T U V W 

A

AbstractClient - Class in com.tencentcloudapi.common
AbstractClient provides the basic functionalities for interacting with Tencent Cloud services.
AbstractClient(String, String, Credential, String) - Constructor for class com.tencentcloudapi.common.AbstractClient
Constructor for AbstractClient with default client profile.
AbstractClient(String, String, Credential, String, ClientProfile) - Constructor for class com.tencentcloudapi.common.AbstractClient
Constructor for AbstractClient with a custom client profile.
AbstractModel - Class in com.tencentcloudapi.common
Abstract base class for all model objects in the Tencent Cloud SDK.
AbstractModel() - Constructor for class com.tencentcloudapi.common.AbstractModel
 
addInterceptors(Interceptor) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
allow() - Method in class com.tencentcloudapi.common.CircuitBreaker
Attempt to allow a request based on the current state of the circuit breaker.
allowed - Variable in class com.tencentcloudapi.common.CircuitBreaker.Token
 
any() - Method in class com.tencentcloudapi.common.AbstractModel
Get all custom key-value pairs from this model.

B

buildParamStr(TreeMap<String, String>, String) - Static method in class com.tencentcloudapi.common.Sign
Builds the parameter string for signing, formatting the parameters in a query string format.

C

call(String, String) - Method in class com.tencentcloudapi.common.AbstractClient
Calls an API action with JSON payload using the TC3-HMAC-SHA256 signature.
callOctetStream(String, HashMap<String, String>, byte[]) - Method in class com.tencentcloudapi.common.AbstractClient
Calls an API action with binary payload using the TC3-HMAC-SHA256 signature.
CircuitBreaker - Class in com.tencentcloudapi.common
A circuit breaker implementation that protects against system failures by temporarily blocking requests after a threshold of failures is reached.
CircuitBreaker() - Constructor for class com.tencentcloudapi.common.CircuitBreaker
Default constructor that uses the default settings.
CircuitBreaker(CircuitBreaker.Setting) - Constructor for class com.tencentcloudapi.common.CircuitBreaker
Constructor that allows specifying custom settings.
CircuitBreaker.Setting - Class in com.tencentcloudapi.common
Settings class for the circuit breaker that defines its behavior.
CircuitBreaker.Token - Class in com.tencentcloudapi.common
A token returned by the circuit breaker to indicate whether a request is allowed.
ClientProfile - Class in com.tencentcloudapi.common.profile
ClientProfile represents the profile configuration for a client in terms of signature methods, HTTP profile, language settings, and other configurations for interacting with Tencent Cloud APIs.
ClientProfile(String, HttpProfile) - Constructor for class com.tencentcloudapi.common.profile.ClientProfile
Constructor to initialize ClientProfile with a specific signing method and HTTP profile.
ClientProfile(String) - Constructor for class com.tencentcloudapi.common.profile.ClientProfile
Constructor to initialize ClientProfile with a specific signing method.
ClientProfile() - Constructor for class com.tencentcloudapi.common.profile.ClientProfile
Default constructor which initializes the ClientProfile with the default signing method "TC3-HMAC-SHA256" and a default HTTP profile.
close() - Method in class com.tencentcloudapi.common.SSEResponseModel
 
com.tencentcloudapi.common - package com.tencentcloudapi.common
 
com.tencentcloudapi.common.exception - package com.tencentcloudapi.common.exception
 
com.tencentcloudapi.common.http - package com.tencentcloudapi.common.http
 
com.tencentcloudapi.common.profile - package com.tencentcloudapi.common.profile
 
com.tencentcloudapi.common.provider - package com.tencentcloudapi.common.provider
 
CommonClient - Class in com.tencentcloudapi.common
 
CommonClient(String, String, Credential, String) - Constructor for class com.tencentcloudapi.common.CommonClient
Constructor to initialize the CommonClient with basic settings.
CommonClient(String, String, Credential, String, ClientProfile) - Constructor for class com.tencentcloudapi.common.CommonClient
Constructor to initialize the CommonClient with custom ClientProfile.
commonRequest(AbstractModel, String) - Method in class com.tencentcloudapi.common.CommonClient
Sends a request to Tencent Cloud API with the specified action name.
commonRequest(AbstractModel, String, Class<T>) - Method in class com.tencentcloudapi.common.CommonClient
Sends a request to Tencent Cloud API and parses the response into the specified type.
CommonRequest - Class in com.tencentcloudapi.common
 
CommonRequest(String) - Constructor for class com.tencentcloudapi.common.CommonRequest
Constructor that initializes the CommonRequest object from a JSON string.
CommonSSEResponse - Class in com.tencentcloudapi.common
 
CommonSSEResponse() - Constructor for class com.tencentcloudapi.common.CommonSSEResponse
 
Credential - Class in com.tencentcloudapi.common
Credential has many types in Tencent Cloud Access Management service.
Credential() - Constructor for class com.tencentcloudapi.common.Credential
 
Credential(String, String) - Constructor for class com.tencentcloudapi.common.Credential
 
Credential(String, String, String) - Constructor for class com.tencentcloudapi.common.Credential
 
Credential(String, String, String, Credential.Updater) - Constructor for class com.tencentcloudapi.common.Credential
 
Credential.Updater - Interface in com.tencentcloudapi.common
 
CredentialsProvider - Interface in com.tencentcloudapi.common.provider
 
CvmRoleCredential - Class in com.tencentcloudapi.common.provider
 
CvmRoleCredential() - Constructor for class com.tencentcloudapi.common.provider.CvmRoleCredential
 
CvmRoleCredential(String) - Constructor for class com.tencentcloudapi.common.provider.CvmRoleCredential
 

D

Data - Variable in class com.tencentcloudapi.common.SSEResponseModel.SSE
 
DatatypeConverter - Class in com.tencentcloudapi.common
 
DatatypeConverter() - Constructor for class com.tencentcloudapi.common.DatatypeConverter
 
DefaultCredentialsProvider - Class in com.tencentcloudapi.common.provider
 
DefaultCredentialsProvider() - Constructor for class com.tencentcloudapi.common.provider.DefaultCredentialsProvider
 
doRequest(Request) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
DurationSeconds - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

E

encode(int) - Static method in class com.tencentcloudapi.common.DatatypeConverter
 
Endpoint - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
EnvironmentVariableCredentialsProvider - Class in com.tencentcloudapi.common.provider
 
EnvironmentVariableCredentialsProvider() - Constructor for class com.tencentcloudapi.common.provider.EnvironmentVariableCredentialsProvider
 
error - Variable in class com.tencentcloudapi.common.JsonResponseErrModel
 
Event - Variable in class com.tencentcloudapi.common.SSEResponseModel.SSE
 
ExpirationReservationTime - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

F

fromJsonString(String, Class<O>) - Static method in class com.tencentcloudapi.common.AbstractModel
Deserialize a JSON string into an object of a subclass of AbstractModel.

G

getApigwEndpoint() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the API Gateway endpoint.
getBackupEndpoint() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the backup endpoint, used when the primary endpoint is unavailable.
getBinaryParams() - Method in class com.tencentcloudapi.common.AbstractModel
Mark which parameters are binary type (for multipart requests).
getClientProfile() - Method in class com.tencentcloudapi.common.AbstractClient
Gets the client profile.
getConnTimeout() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the connect timeout value in seconds.
getCredential() - Method in class com.tencentcloudapi.common.AbstractClient
Gets the credential.
getCredentials() - Method in interface com.tencentcloudapi.common.provider.CredentialsProvider
 
getCredentials() - Method in class com.tencentcloudapi.common.provider.DefaultCredentialsProvider
 
getCredentials() - Method in class com.tencentcloudapi.common.provider.EnvironmentVariableCredentialsProvider
 
getCredentials() - Method in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
getCredentials() - Method in class com.tencentcloudapi.common.provider.ProfileCredentialsProvider
 
getEndpoint() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the endpoint to which the request is sent.
getEndpoint() - Method in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
getErrorCode() - Method in exception com.tencentcloudapi.common.exception.TencentCloudSDKException
Get error code
GetHeader() - Method in class com.tencentcloudapi.common.AbstractModel
Get the HTTP request headers.
getHostnameVerifier() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the HostnameVerifier used for hostname verification.
getHttpClient() - Method in class com.tencentcloudapi.common.http.HttpConnection
 
getHttpClient() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the custom HTTP client for advanced configuration.
getHttpProfile() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the HTTP profile associated with the client.
getLanguage() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the language setting of the client.
getMultipartRequestParams() - Method in class com.tencentcloudapi.common.AbstractModel
Return the multipart request parameters (if any).
getProtocol() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the protocol used for the request (HTTP or HTTPS).
getProxyHost() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the proxy host if a proxy is being used.
getProxyPassword() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the proxy password for authentication.
getProxyPort() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the proxy port if a proxy is being used.
getProxyUsername() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the proxy username for authentication.
getReadTimeout() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the read timeout value in seconds.
getRegion() - Method in class com.tencentcloudapi.common.AbstractClient
Gets the region.
getRegionBreaker() - Method in class com.tencentcloudapi.common.AbstractClient
 
getReqMethod() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the HTTP request method (e.g., POST or GET).
getRequest(String) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
getRequest(String, Headers) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
getRequestId() - Method in class com.tencentcloudapi.common.CommonSSEResponse
 
getRequestId() - Method in exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
getRequestId() - Method in class com.tencentcloudapi.common.SSEResponseModel
 
getRootDomain() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the root domain (e.g., "tencentcloudapi.com").
getSecretId() - Method in class com.tencentcloudapi.common.Credential
 
getSecretId() - Method in class com.tencentcloudapi.common.provider.CvmRoleCredential
 
getSecretId() - Method in class com.tencentcloudapi.common.provider.STSCredential
 
getSecretKey() - Method in class com.tencentcloudapi.common.Credential
 
getSecretKey() - Method in class com.tencentcloudapi.common.provider.CvmRoleCredential
 
getSecretKey() - Method in class com.tencentcloudapi.common.provider.STSCredential
 
getSignMethod() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the signature method used in API requests.
getSkipSign() - Method in class com.tencentcloudapi.common.AbstractModel
Get the flag indicating whether the sign should be skipped.
getSslSocketFactory() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the SSLSocketFactory for SSL connections.
getToken() - Method in class com.tencentcloudapi.common.Credential
 
getToken() - Method in class com.tencentcloudapi.common.provider.CvmRoleCredential
 
getToken() - Method in class com.tencentcloudapi.common.provider.STSCredential
 
getUpdater() - Method in class com.tencentcloudapi.common.Credential
 
getValue() - Method in enum com.tencentcloudapi.common.profile.Language
 
getValue() - Method in enum com.tencentcloudapi.common.profile.Region
 
getWriteTimeout() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the write timeout value in seconds.
getX509TrustManager() - Method in class com.tencentcloudapi.common.profile.HttpProfile
Get the trust manager for SSL connections.
gson - Variable in class com.tencentcloudapi.common.AbstractClient
 

H

header - Variable in class com.tencentcloudapi.common.AbstractModel
Stores HTTP headers for the request.
hmac256(byte[], String) - Static method in class com.tencentcloudapi.common.Sign
Calculates the HMAC-SHA-256 signature of the given message using the specified key.
HTTP_RSP_OK - Static variable in class com.tencentcloudapi.common.AbstractClient
 
HttpConnection - Class in com.tencentcloudapi.common.http
 
HttpConnection(Integer, Integer, Integer) - Constructor for class com.tencentcloudapi.common.http.HttpConnection
 
HttpProfile - Class in com.tencentcloudapi.common.profile
HttpProfile defines the configuration settings for HTTP requests made by the Tencent Cloud client.
HttpProfile() - Constructor for class com.tencentcloudapi.common.profile.HttpProfile
Default constructor for HttpProfile.

I

Id - Variable in class com.tencentcloudapi.common.SSEResponseModel.SSE
 
internalRequest(AbstractModel, String) - Method in class com.tencentcloudapi.common.AbstractClient
Executes an API request and returns the raw string response.
internalRequest(AbstractModel, String, Class<T>) - Method in class com.tencentcloudapi.common.AbstractClient
Executes an API request and returns the deserialized response object.
internalRequestRaw(AbstractModel, String) - Method in class com.tencentcloudapi.common.AbstractClient
Executes the raw API request and returns the HTTP Response object.
isDebug() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the debug flag, which indicates whether debugging is enabled.
isStream() - Method in class com.tencentcloudapi.common.AbstractModel
Check if the model is a stream type.
isStream() - Method in class com.tencentcloudapi.common.SSEResponseModel
 
isUnsignedPayload() - Method in class com.tencentcloudapi.common.profile.ClientProfile
Getter for the flag indicating whether the payload is ignored during signing.
iterator() - Method in class com.tencentcloudapi.common.SSEResponseModel
 

J

JsonResponseErrModel - Class in com.tencentcloudapi.common
 
JsonResponseErrModel() - Constructor for class com.tencentcloudapi.common.JsonResponseErrModel
 
JsonResponseModel<T> - Class in com.tencentcloudapi.common
 
JsonResponseModel() - Constructor for class com.tencentcloudapi.common.JsonResponseModel
 

L

Language - Enum in com.tencentcloudapi.common.profile
Enum representing the supported languages for API requests.

M

makeSignPlainText(TreeMap<String, String>, String, String, String) - Static method in class com.tencentcloudapi.common.Sign
Constructs the plain text string for signing.
maxFailNum - Variable in class com.tencentcloudapi.common.CircuitBreaker.Setting
 
maxFailPercentage - Variable in class com.tencentcloudapi.common.CircuitBreaker.Setting
 
maxRequests - Variable in class com.tencentcloudapi.common.CircuitBreaker.Setting
 

O

OIDCRoleArnProvider - Class in com.tencentcloudapi.common.provider
 
OIDCRoleArnProvider(String, String, String, String, String, long, String) - Constructor for class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
OIDCRoleArnProvider(String, String, String, String, String, long) - Constructor for class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
OIDCRoleArnProvider() - Constructor for class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

P

postRequest(String, String) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
postRequest(String, String, Headers) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
postRequest(String, byte[], Headers) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
printBase64Binary(byte[]) - Static method in class com.tencentcloudapi.common.DatatypeConverter
 
printHexBinary(byte[]) - Static method in class com.tencentcloudapi.common.DatatypeConverter
 
processResponseJson(Response, Class<T>, CircuitBreaker.Token) - Method in class com.tencentcloudapi.common.AbstractClient
Processes a JSON response.
processResponseSSE(Response, Class<T>, CircuitBreaker.Token) - Method in class com.tencentcloudapi.common.AbstractClient
Processes a Server-Sent Events (SSE) response.
ProfileCredentialsProvider - Class in com.tencentcloudapi.common.provider
 
ProfileCredentialsProvider() - Constructor for class com.tencentcloudapi.common.provider.ProfileCredentialsProvider
 
ProviderId - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

R

Region - Enum in com.tencentcloudapi.common.profile
 
Region - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
report(boolean) - Method in class com.tencentcloudapi.common.CircuitBreaker.Token
Report the outcome of a request (success or failure) to the circuit breaker.
REQ_GET - Static variable in class com.tencentcloudapi.common.profile.HttpProfile
 
REQ_HTTP - Static variable in class com.tencentcloudapi.common.profile.HttpProfile
 
REQ_HTTPS - Static variable in class com.tencentcloudapi.common.profile.HttpProfile
 
REQ_POST - Static variable in class com.tencentcloudapi.common.profile.HttpProfile
 
requestId - Variable in class com.tencentcloudapi.common.JsonResponseErrModel
 
response - Variable in class com.tencentcloudapi.common.JsonResponseModel
 
retry(AbstractModel, int) - Method in class com.tencentcloudapi.common.AbstractClient
请注意购买类接口谨慎调用,可能导致多次购买 仅幂等接口推荐使用
Retry - Variable in class com.tencentcloudapi.common.SSEResponseModel.SSE
 
RoleArn - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
RoleSessionName - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

S

SDK_VERSION - Static variable in class com.tencentcloudapi.common.AbstractClient
 
set(String, Object) - Method in class com.tencentcloudapi.common.AbstractModel
Set any custom key-value pair to this model.
setApigwEndpoint(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the API Gateway endpoint.
setBackupEndpoint(String) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the backup endpoint.
setClientProfile(ClientProfile) - Method in class com.tencentcloudapi.common.AbstractClient
Sets the client profile.
setConnTimeout(int) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the connect timeout value in seconds.
setCredential(Credential) - Method in class com.tencentcloudapi.common.AbstractClient
Sets the credential.
setDebug(boolean) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the debug flag, enabling or disabling debugging.
setEndpoint(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the endpoint for the API request.
setEndpoint(String) - Method in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
SetHeader(Map<String, String>) - Method in class com.tencentcloudapi.common.AbstractModel
Set the HTTP request headers.
setHostnameVerifier(HostnameVerifier) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
setHostnameVerifier(HostnameVerifier) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the HostnameVerifier used for hostname verification.
setHttpClient(Object) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
setHttpClient(Object) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set a custom HTTP client for advanced configuration.
setHttpProfile(HttpProfile) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the HTTP profile associated with the client.
setLanguage(Language) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the language setting of the client.
setParamArrayObj(HashMap<String, String>, String, V[]) - Method in class com.tencentcloudapi.common.AbstractModel
Helper method to set an array of object parameters in the map.
setParamArraySimple(HashMap<String, String>, String, V[]) - Method in class com.tencentcloudapi.common.AbstractModel
Helper method to set an array of simple parameters in the map.
setParamObj(HashMap<String, String>, String, V) - Method in class com.tencentcloudapi.common.AbstractModel
Helper method to set an object parameter in the map.
setParamSimple(HashMap<String, String>, String, V) - Method in class com.tencentcloudapi.common.AbstractModel
Helper method to set a simple parameter in the map.
setProtocol(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the protocol for the request.
setProxy(Proxy) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
setProxyAuthenticator(Authenticator) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
setProxyHost(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the proxy host for HTTP requests.
setProxyPassword(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the proxy password for authentication.
setProxyPort(int) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the proxy port for HTTP requests.
setProxyUsername(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the proxy username for authentication.
setReadTimeout(int) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the read timeout value in seconds.
setRegion(String) - Method in class com.tencentcloudapi.common.AbstractClient
Sets the region.
setRegionBreaker(CircuitBreaker) - Method in class com.tencentcloudapi.common.AbstractClient
 
setReqMethod(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the HTTP request method (e.g., POST or GET).
setRequestId(String) - Method in class com.tencentcloudapi.common.CommonSSEResponse
 
setRequestId(String) - Method in class com.tencentcloudapi.common.SSEResponseModel
 
setResponse(Response) - Method in class com.tencentcloudapi.common.SSEResponseModel
 
setRootDomain(String) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the root domain of the API (e.g., "tencentcloudapi.com").
setSecretId(String) - Method in class com.tencentcloudapi.common.Credential
 
setSecretKey(String) - Method in class com.tencentcloudapi.common.Credential
 
setSignMethod(String) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the signature method used in API requests.
setSkipSign(boolean) - Method in class com.tencentcloudapi.common.AbstractModel
Set the flag indicating whether the sign should be skipped.
setSSLSocketFactory(SSLSocketFactory) - Method in class com.tencentcloudapi.common.http.HttpConnection
Deprecated.
setSSLSocketFactory(SSLSocketFactory, X509TrustManager) - Method in class com.tencentcloudapi.common.http.HttpConnection
 
setSslSocketFactory(SSLSocketFactory) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the SSLSocketFactory for SSL connections.
Setting() - Constructor for class com.tencentcloudapi.common.CircuitBreaker.Setting
 
setToken(String) - Method in class com.tencentcloudapi.common.Credential
 
setToken(CircuitBreaker.Token) - Method in class com.tencentcloudapi.common.SSEResponseModel
 
setUnsignedPayload(boolean) - Method in class com.tencentcloudapi.common.profile.ClientProfile
Setter for the flag indicating whether the payload should be ignored during signing.
setUpdater(Credential.Updater) - Method in class com.tencentcloudapi.common.Credential
 
setWriteTimeout(int) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the write timeout value in seconds.
setX509TrustManager(X509TrustManager) - Method in class com.tencentcloudapi.common.profile.HttpProfile
Set the trust manager for SSL connections.
sha256Hex(String) - Static method in class com.tencentcloudapi.common.Sign
Calculates the SHA-256 hash of the given string and returns it as a hexadecimal string.
sha256Hex(byte[]) - Static method in class com.tencentcloudapi.common.Sign
Calculates the SHA-256 hash of the given byte array and returns it as a hexadecimal string.
Sign - Class in com.tencentcloudapi.common
 
Sign() - Constructor for class com.tencentcloudapi.common.Sign
 
sign(String, String, String) - Static method in class com.tencentcloudapi.common.Sign
Signs the given string using the specified method and secret key.
SIGN_SHA1 - Static variable in class com.tencentcloudapi.common.profile.ClientProfile
Constant for signature process using HmacSHA1 (version 1).
SIGN_SHA256 - Static variable in class com.tencentcloudapi.common.profile.ClientProfile
Constant for signature process using HmacSHA256 (version 1).
SIGN_TC3_256 - Static variable in class com.tencentcloudapi.common.profile.ClientProfile
Constant for signature process using TC3-HMAC-SHA256 (version 3).
skipSign - Variable in class com.tencentcloudapi.common.AbstractModel
Flag to indicate whether to skip signing for this request.
SSE() - Constructor for class com.tencentcloudapi.common.SSEResponseModel.SSE
 
SSEResponseModel - Class in com.tencentcloudapi.common
 
SSEResponseModel() - Constructor for class com.tencentcloudapi.common.SSEResponseModel
 
SSEResponseModel.SSE - Class in com.tencentcloudapi.common
 
STSCredential - Class in com.tencentcloudapi.common.provider
 
STSCredential(String, String, String, String, String) - Constructor for class com.tencentcloudapi.common.provider.STSCredential
 
STSCredential(String, String, String, String) - Constructor for class com.tencentcloudapi.common.provider.STSCredential
 

T

TencentCloudSDKException - Exception in com.tencentcloudapi.common.exception
 
TencentCloudSDKException(String, Throwable) - Constructor for exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
TencentCloudSDKException(String) - Constructor for exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
TencentCloudSDKException(String, String) - Constructor for exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
TencentCloudSDKException(String, String, String) - Constructor for exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
timeoutMs - Variable in class com.tencentcloudapi.common.CircuitBreaker.Setting
 
TM_MINUTE - Static variable in class com.tencentcloudapi.common.profile.HttpProfile
Time unit constant: 1 minute equals 60 seconds.
toJsonString(O) - Static method in class com.tencentcloudapi.common.AbstractModel
Convert an object of type O to its JSON string representation.
toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.common.AbstractModel
Abstract method to be implemented by subclasses.
toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.common.CommonRequest
Converts the fields of this object into a map representation.
toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.common.SSEResponseModel
 
toString() - Method in exception com.tencentcloudapi.common.exception.TencentCloudSDKException
 
toString() - Method in enum com.tencentcloudapi.common.profile.Language
Returns the string representation of the language code.
toString() - Method in enum com.tencentcloudapi.common.profile.Region
 
toString() - Method in class com.tencentcloudapi.common.SSEResponseModel.SSE
 

U

update(Credential) - Method in interface com.tencentcloudapi.common.Credential.Updater
 
update(Credential) - Method in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 

V

valueOf(String) - Static method in enum com.tencentcloudapi.common.profile.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tencentcloudapi.common.profile.Region
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tencentcloudapi.common.profile.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tencentcloudapi.common.profile.Region
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebIdentityToken - Variable in class com.tencentcloudapi.common.provider.OIDCRoleArnProvider
 
windowIntervalMs - Variable in class com.tencentcloudapi.common.CircuitBreaker.Setting
 
A B C D E F G H I J L M O P R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.