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 |
getRegionId() |
ISigner |
getSigner()
Deprecated.
|
boolean |
isUsingInternalLocationService() |
boolean |
isUsingVpcEndpoint() |
void |
setCertPath(String certPath)
Deprecated.
|
void |
setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
This method exists because ClientProfile holds too much modules like endpoint management
|
void |
setHttpClientConfig(HttpClientConfig httpClientConfig) |
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()
Copyright © 2019. All rights reserved.