public interface IClientProfile
| Modifier and Type | Method and Description |
|---|---|
void |
enableUsingInternalLocationService() |
void |
enableUsingVpcEndpoint() |
String |
getCertPath()
Deprecated.
|
Credential |
getCredential()
Deprecated.
|
FormatType |
getFormat() |
HttpClientConfig |
getHttpClientConfig()
http client configs
|
String |
getLogFormat() |
org.slf4j.Logger |
getLogger() |
String |
getRegionId() |
ISigner |
getSigner()
Deprecated.
|
boolean |
isCloseTrace() |
boolean |
isUsingInternalLocationService() |
boolean |
isUsingVpcEndpoint() |
void |
setCertPath(String certPath)
Deprecated.
|
void |
setCloseTrace(boolean closeTrace) |
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.
|
@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)
boolean isCloseTrace()
void setCloseTrace(boolean closeTrace)
Copyright © 2022. All rights reserved.