public interface IClientProfile
| 限定符和类型 | 方法和说明 |
|---|---|
void |
enableUsingInternalLocationService() |
void |
enableUsingVpcEndpoint() |
String |
getCertPath()
已过时。
|
Credential |
getCredential()
已过时。
|
FormatType |
getFormat() |
HttpClientConfig |
getHttpClientConfig()
http client configs
|
String |
getLogFormat() |
org.slf4j.Logger |
getLogger() |
String |
getRegionId() |
ISigner |
getSigner()
已过时。
|
boolean |
isUsingInternalLocationService() |
boolean |
isUsingVpcEndpoint() |
void |
setCertPath(String certPath)
已过时。
|
void |
setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
This method exists because ClientProfile holds too much modules like endpoint management
|
void |
setHttpClientConfig(HttpClientConfig httpClientConfig) |
void |
setLogFormat(String logFormat) |
void |
setLogger(org.slf4j.Logger logger) |
void |
setUsingInternalLocationService()
已过时。
|
@Deprecated ISigner getSigner()
String getRegionId()
FormatType getFormat()
@Deprecated Credential getCredential()
void setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
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)
Copyright © 2019. All rights reserved.