| Interface | Description |
|---|---|
| AWSClientFactory<T extends AmazonWebServiceClient> |
The factory interface that would be used to get the implementation of the appropriate
instance of
AmazonWebServiceClient |
| AWSCredentials |
The common interfaces for all implementations of Amazon WS Credentials
|
| Class | Description |
|---|---|
| AbstractAWSClientFactory<T extends AmazonWebServiceClient> |
The abstract factory class that will be used by all the client operations to acquire
the appropriate implementation of the
AmazonWebServiceClient based on the URL
passed to the getClient method |
| AWSCommonUtils |
The common utility methods for the
|
| BasicAWSCredentials |
The basic implementation class holding the Access key and the secret
key for the AWS account .
|
| PropertiesAWSCredentials |
Load the AWS credentials from the .properties file
|
| Exception | Description |
|---|---|
| AWSOperationException |
The Base class for all other AWS operation exceptions
|
| InvalidAWSCredentialsException |
Thrown when AWS Credentials provided by the user are incomplete or invalid
|