接口 | 说明 |
---|---|
Request<T> |
Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
|
类 | 说明 |
---|---|
ClientConfiguration |
Client configuration options such as proxy settings, user agent string, max
retry attempts, etc.
|
DefaultRequest<T> |
Default implementation of the com.amazonaws.Request interface.
|
RequestClientOptions |
Client markers for individual
AmazonWebServiceRequest s. |
Response<T> |
Response wrapper to provide access to not only the original AWS response
but also the associated http response.
|
ResponseMetadata |
Represents additional metadata included with a response from AWS.
|
SCSWebServiceClient |
Abstract base class for Amazon Web Service Java clients.
|
SCSWebServiceRequest |
Base class for all user facing web service requests.
|
SCSWebServiceResponse<T> |
Represents the response from an AWS service, including the result payload and
any response metadata.
|
SDKGlobalConfiguration |
枚举 | 说明 |
---|---|
HttpMethod |
Enumeration of valid HTTP methods.
|
Protocol |
Represents the communication protocol to use when sending requests to AWS.
|
RequestClientOptions.Marker | |
SCSServiceException.ErrorType |
Indicates who is responsible (if known) for a failed request.
|
异常错误 | 说明 |
---|---|
SCSClientException |
Base exception class for any errors that occur while attempting to use an AWS
client to make service calls to Amazon Web Services.
|
SCSServiceException |
Extension of AmazonClientException that represents an error response returned
by an Amazon web service.
|
Copyright © 2016. All rights reserved.