| Package | Description |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.exceptions | |
| com.aliyuncs.profile | |
| com.aliyuncs.reader | |
| com.aliyuncs.regions |
| Modifier and Type | Method and Description |
|---|---|
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request) |
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts) |
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts,
IClientProfile profile) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts,
IClientProfile profile) |
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
ISigner signer,
FormatType format,
List<Endpoint> endpoints) |
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
IClientProfile profile) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
IClientProfile profile) |
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
String regionId,
Credential credential) |
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
String regionId,
Credential credential) |
<T extends AcsResponse> |
IAcsClient.getAcsResponse(AcsRequest<T> request) |
<T extends AcsResponse> |
DefaultAcsClient.getAcsResponse(AcsRequest<T> request) |
<T extends AcsResponse> |
IAcsClient.getAcsResponse(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts) |
<T extends AcsResponse> |
DefaultAcsClient.getAcsResponse(AcsRequest<T> request,
boolean autoRetry,
int maxRetryCounts) |
<T extends AcsResponse> |
IAcsClient.getAcsResponse(AcsRequest<T> request,
IClientProfile profile) |
<T extends AcsResponse> |
DefaultAcsClient.getAcsResponse(AcsRequest<T> request,
IClientProfile profile) |
<T extends AcsResponse> |
IAcsClient.getAcsResponse(AcsRequest<T> request,
String regionId,
Credential credential) |
<T extends AcsResponse> |
DefaultAcsClient.getAcsResponse(AcsRequest<T> request,
String regionId,
Credential credential) |
abstract AcsResponse |
AcsResponse.getInstance(UnmarshallerContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerException |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultProfile.addEndpoint(String endpointName,
String regionId,
String product,
String domain) |
static void |
DefaultProfile.addEndpoint(String endpointName,
String regionId,
String product,
String domain,
boolean isNeverExpire) |
List<Endpoint> |
IClientProfile.getEndpoints() |
List<Endpoint> |
DefaultProfile.getEndpoints() |
List<Endpoint> |
IClientProfile.getEndpoints(String regionId,
String product) |
List<Endpoint> |
DefaultProfile.getEndpoints(String regionId,
String product) |
List<Endpoint> |
IClientProfile.getEndpoints(String product,
String regionId,
String serviceCode,
String endpointType) |
List<Endpoint> |
DefaultProfile.getEndpoints(String product,
String regionId,
String serviceCode,
String endpointType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
XmlReader.read(String response,
String endpoint) |
Map<String,String> |
Reader.read(String response,
String endpoint) |
Map<String,String> |
XmlReader.readForHideArrayItem(String response,
String endpoint) |
Map<String,String> |
Reader.readForHideArrayItem(String response,
String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
InternalEndpointsParser.getEndpoint(String region,
String product) |
Endpoint |
IEndpointsProvider.getEndpoint(String region,
String product) |
Endpoint |
CustomizedEndpointsParser.getEndpoint(String regionId,
String product) |
Endpoint |
RemoteEndpointsParser.getEndpoint(String regionId,
String product) |
Endpoint |
InternalEndpointsParser.getEndpoint(String region,
String product,
String serviceCode,
String endpointType,
Credential credential,
LocationConfig locationConfig) |
Endpoint |
IEndpointsProvider.getEndpoint(String region,
String product,
String serviceCode,
String endpointType,
Credential credential,
LocationConfig locationConfig) |
Endpoint |
CustomizedEndpointsParser.getEndpoint(String region,
String product,
String serviceCode,
String endpointType,
Credential credential,
LocationConfig locationConfig) |
Endpoint |
RemoteEndpointsParser.getEndpoint(String regionId,
String product,
String serviceCode,
String endpointType,
Credential credential,
LocationConfig locationConfig) |
AcsResponse |
DescribeEndpointResponse.getInstance(UnmarshallerContext context) |
static void |
RemoteEndpointsParser.main(String[] args) |
Copyright © 2017. All Rights Reserved.