public class CustomizedEndpointsParser extends Object implements IEndpointsProvider
| Constructor and Description |
|---|
CustomizedEndpointsParser() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint(String regionId,
String product) |
Endpoint |
getEndpoint(String region,
String product,
String serviceCode,
String endpointType,
Credential credential,
LocationConfig locationConfig) |
static CustomizedEndpointsParser |
initParser(String regionId,
Map<String,String> productDomainMap) |
void |
setEndpoint(Endpoint endpoint) |
public void setEndpoint(Endpoint endpoint)
public Endpoint getEndpoint(String regionId, String product) throws ClientException
getEndpoint in interface IEndpointsProviderClientExceptionpublic Endpoint getEndpoint(String region, String product, String serviceCode, String endpointType, Credential credential, LocationConfig locationConfig) throws ClientException
getEndpoint in interface IEndpointsProviderClientExceptionpublic static CustomizedEndpointsParser initParser(String regionId, Map<String,String> productDomainMap)
Copyright © 2017. All Rights Reserved.