com.aliyuncs.regions
类 CustomizedEndpointsParser

java.lang.Object
  继承者 com.aliyuncs.regions.CustomizedEndpointsParser
所有已实现的接口:
IEndpointsProvider

public class CustomizedEndpointsParser
extends Object
implements IEndpointsProvider


构造方法摘要
CustomizedEndpointsParser()
           
 
方法摘要
 List<Endpoint> getEndpoints()
           
 List<Endpoint> getEndpoints(String region, String product, Credential credential, LocationConfig locationConfig)
           
static CustomizedEndpointsParser initParser(String regionId, Map<String,String> productDomainMap)
           
 void setEndpoints(List<Endpoint> endpoints)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CustomizedEndpointsParser

public CustomizedEndpointsParser()
方法详细信息

setEndpoints

public void setEndpoints(List<Endpoint> endpoints)

getEndpoints

public List<Endpoint> getEndpoints()
                            throws ClientException
指定者:
接口 IEndpointsProvider 中的 getEndpoints
抛出:
ClientException

getEndpoints

public List<Endpoint> getEndpoints(String region,
                                   String product,
                                   Credential credential,
                                   LocationConfig locationConfig)
                            throws ClientException
指定者:
接口 IEndpointsProvider 中的 getEndpoints
抛出:
ClientException

initParser

public static CustomizedEndpointsParser initParser(String regionId,
                                                   Map<String,String> productDomainMap)


Copyright © 2016. All Rights Reserved.