public interface IClientProfile
| Modifier and Type | Method and Description |
|---|---|
String |
getCertPath() |
Credential |
getCredential()
Deprecated.
|
List<Endpoint> |
getEndpoints() |
List<Endpoint> |
getEndpoints(String regionId,
String product) |
List<Endpoint> |
getEndpoints(String product,
String regionId,
String serviceCode,
String endpointType) |
FormatType |
getFormat() |
String |
getRegionId() |
ISigner |
getSigner()
Deprecated.
|
void |
setCertPath(String certPath) |
void |
setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
This method exists because ClientProfile holds too much modules like endpoint management
|
void |
setLocationConfig(String regionId,
String product,
String endpoint) |
@Deprecated ISigner getSigner()
String getRegionId()
FormatType getFormat()
@Deprecated Credential getCredential()
List<Endpoint> getEndpoints() throws ClientException
ClientExceptionList<Endpoint> getEndpoints(String regionId, String product) throws ClientException
ClientExceptionList<Endpoint> getEndpoints(String product, String regionId, String serviceCode, String endpointType) throws ClientException
ClientExceptionvoid setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
credentialsProvider - void setCertPath(String certPath)
String getCertPath()
Copyright © 2018. All Rights Reserved.