public interface IClientProfile
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setCredentialsProvider(AlibabaCloudCredentialsProvider credentialsProvider)
This method exists because ClientProfile holds too much modules like endpoint management
|
void |
setLocationConfig(String regionId,
String product,
String endpoint) |
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 - Copyright © 2017. All Rights Reserved.