public interface IClientProfile
| Modifier and Type | Method and Description |
|---|---|
void |
enableUsingInternalLocationService() |
void |
enableUsingVpcEndpoint() |
String |
getCertPath()
Deprecated.
|
Credential |
getCredential()
Deprecated.
: Use AlibabaCloudCredentialsProvider getCredentials() instead of this
|
AlibabaCloudCredentialsProvider |
getCredentialsProvider() |
FormatType |
getFormat() |
HttpClientConfig |
getHttpClientConfig()
http client configs
|
String |
getLocationServiceApiVersion() |
String |
getLocationServiceEndpoint() |
String |
getLogFormat() |
org.slf4j.Logger |
getLogger() |
String |
getRegionId() |
ISigner |
getSigner()
Deprecated.
: Use Signer.getSigner(AlibabaCloudCredentials credentials) instead of this
|
boolean |
isCloseTrace() |
boolean |
isUsingInternalLocationService() |
boolean |
isUsingVpcEndpoint() |
void |
setCertPath(String certPath)
Deprecated.
|
void |
setCloseTrace(boolean closeTrace) |
void |
setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
Deprecated.
: Use DefaultAcsClient(IClientProfile profile, AlibabaCloudCredentialsProvider credentialsProvider) instead of this
|
void |
setHttpClientConfig(HttpClientConfig httpClientConfig) |
void |
setLocationServiceApiVersion(String locationServiceApiVersion) |
void |
setLocationServiceEndpoint(String locationServiceEndpoint) |
void |
setLogFormat(String logFormat) |
void |
setLogger(org.slf4j.Logger logger) |
void |
setUsingInternalLocationService()
Deprecated.
|
@Deprecated ISigner getSigner()
String getRegionId()
FormatType getFormat()
AlibabaCloudCredentialsProvider getCredentialsProvider()
@Deprecated Credential getCredential()
@Deprecated void setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
@Deprecated String getCertPath()
@Deprecated void setCertPath(String certPath)
certPath - HttpClientConfig getHttpClientConfig()
void setHttpClientConfig(HttpClientConfig httpClientConfig)
void enableUsingInternalLocationService()
boolean isUsingInternalLocationService()
boolean isUsingVpcEndpoint()
void enableUsingVpcEndpoint()
@Deprecated void setUsingInternalLocationService()
org.slf4j.Logger getLogger()
void setLogger(org.slf4j.Logger logger)
String getLogFormat()
void setLogFormat(String logFormat)
boolean isCloseTrace()
void setCloseTrace(boolean closeTrace)
String getLocationServiceEndpoint()
void setLocationServiceEndpoint(String locationServiceEndpoint)
String getLocationServiceApiVersion()
void setLocationServiceApiVersion(String locationServiceApiVersion)
Copyright © 2025. All rights reserved.