public interface IClientProfile
| Modifier and Type | Method and Description |
|---|---|
Credential |
getCredential() |
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 |
setLocationConfig(String regionId,
String product,
String endpoint) |
ISigner getSigner()
String getRegionId()
FormatType getFormat()
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
ClientExceptionCopyright © 2017. All Rights Reserved.