Package com.amazonaws
package com.amazonaws
-
ClassDescriptionSDK operation aborted exception.Base exception class for any errors that occur while attempting to use an AWS client from AWS SDK for Java to make service calls to Amazon Web Services.Extension of AmazonClientException that represents an error response returned by an Amazon web service.Indicates who is responsible (if known) for a failed request.Abstract base class for Amazon Web Service Java clients.Base class for all user facing web service requests.Represents the response from an AWS service, including the result payload and any response metadata.Used for Apache HTTP client specific custom configurations.Client configuration options such as proxy settings, user agent string, max retry attempts, etc.Factory producing predefined
ClientConfiguration
instances.Default implementation of the Request interface.Given a hostname, will resolve the hostname to an ip, or list of ip addresses.Enumeration of valid HTTP methods.Static factory methods for the defaultClientConfiguration
for a service.Represents the communication protocol to use when sending requests to AWS.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.Client request options such as client markers for individualAmazonWebServiceRequest
s.Stream reset failure.Response<T>Response wrapper to provide access to not only the original AWS response but also the associated http response.Represents additional metadata included with a response from AWS.SDKGlobalConfiguration is to configure any global settingsUsed for clock skew adjustment between the client JVM where the SDK is run, and the server side.Represents a sign-able 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.Default dns resolver that usesInetAddress.getAllByName(String)
to resolve hosts to ip addresses