Methods
| Modifier and Type |
Method and Description |
abstract String |
composeUrl(String endpoint,
Map<String,String> queries) |
static String |
concatQueryString(Map<String,String> parameters) |
FormatType |
getAcceptFormat() |
String |
getActionName() |
Map<String,String> |
getDomainParameters() |
String |
getEndpointType() |
String |
getLocationProduct() |
String |
getProduct() |
ProtocolType |
getProtocol() |
Map<String,String> |
getQueryParameters() |
String |
getRegionId() |
abstract Class<T> |
getResponseClass() |
String |
getSecurityToken() |
String |
getVersion() |
protected void |
putDomainParameter(String name,
Object value) |
protected void |
putDomainParameter(String name,
String value) |
<K> void |
putQueryParameter(String name,
K value) |
protected void |
putQueryParameter(String name,
String value) |
void |
setAcceptFormat(FormatType acceptFormat) |
void |
setActionName(String actionName) |
void |
setEndpointType(String endpointType) |
void |
setLocationProduct(String locationProduct) |
protected <K> void |
setParameter(Map<String,String> map,
String name,
K value) |
void |
setProtocol(ProtocolType protocol) |
void |
setRegionId(String regionId) |
void |
setSecurityToken(String securityToken) |
void |
setVersion(String version) |
abstract HttpRequest |
signRequest(ISigner signer,
Credential credential,
FormatType format,
ProductDomain domain) |