Interface | Description |
---|---|
Request<T> |
Represents a request being sent to an Web Service, including the parameters
being sent as part of the request, the endpoint to which the request should
be sent, etc.
|
Class | Description |
---|---|
ClientConfiguration |
Client configuration options such as proxy settings, user agent string, max
retry attempts, etc.
|
DefaultRequest<T> |
Default implementation of the Request
interface.
|
RequestClientOptions |
Arbitrary options storage for individual
WebServiceRequest s. |
ResponseMetadata |
Represents additional metadata included with a response .
|
WebServiceClient |
Abstract base class for Web Service Java clients.
|
WebServiceRequest |
Base class for all user facing web service request objects.
|
WebServiceResponse<T> |
Represents the response from an service, including the result payload and any
response metadata.
|
Enum | Description |
---|---|
HttpMethod |
Enumeration of valid HTTP methods.
|
Protocol |
Represents the communication protocol to use when sending requests to AWS.
|
ServiceException.ErrorType |
Indicates who is responsible (if known) for a failed request.
|
Exception | Description |
---|---|
ClientException |
Base exception class for any errors that occur while attempting to use an
client to make service calls to the Web Services.
|
ServiceException |
Extension of ClientException that represents an error response returned by an
web service.
|
Copyright © 2017. All Rights Reserved.