public class DefaultProfile extends Object implements IClientProfile
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addEndpoint(String endpointName,
String regionId,
String product,
String domain) |
Credential |
getCredential() |
List<Endpoint> |
getEndpoints() |
FormatType |
getFormat() |
static DefaultProfile |
getProfile() |
static DefaultProfile |
getProfile(String regionId,
ICredentialProvider icredential) |
static DefaultProfile |
getProfile(String regionId,
String accessKeyId,
String secret) |
String |
getRegionId() |
ISigner |
getSigner() |
public ISigner getSigner()
getSigner 在接口中 IClientProfilepublic String getRegionId()
getRegionId 在接口中 IClientProfilepublic FormatType getFormat()
getFormat 在接口中 IClientProfilepublic Credential getCredential()
getCredential 在接口中 IClientProfilepublic List<Endpoint> getEndpoints() throws ClientException
getEndpoints 在接口中 IClientProfileClientExceptionpublic static DefaultProfile getProfile()
public static DefaultProfile getProfile(String regionId, ICredentialProvider icredential)
public static DefaultProfile getProfile(String regionId, String accessKeyId, String secret)
public static void addEndpoint(String endpointName, String regionId, String product, String domain) throws ClientException
ClientExceptionCopyright © 2015. All Rights Reserved.