com.aliyuncs.profile
接口 IClientProfile

所有已知实现类:
DefaultProfile

public interface IClientProfile


方法摘要
 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)
           
 

方法详细信息

getSigner

ISigner getSigner()

getRegionId

String getRegionId()

getFormat

FormatType getFormat()

getCredential

Credential getCredential()

setLocationConfig

void setLocationConfig(String regionId,
                       String product,
                       String endpoint)

getEndpoints

List<Endpoint> getEndpoints()
                            throws ClientException
抛出:
ClientException

getEndpoints

List<Endpoint> getEndpoints(String regionId,
                            String product)
                            throws ClientException
抛出:
ClientException

getEndpoints

List<Endpoint> getEndpoints(String product,
                            String regionId,
                            String serviceCode,
                            String endpointType)
                            throws ClientException
抛出:
ClientException


Copyright © 2017. All Rights Reserved.