Overload List
| Name | Description |
|---|---|
| CreateAmazonSimpleDBClient()()()() |
Create a client for the Amazon SimpleDB Service with the credentials defined in the App.config.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
| CreateAmazonSimpleDBClient(AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with the credentials defined in the App.config.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
| CreateAmazonSimpleDBClient(String, String) |
Create a client for the Amazon SimpleDB Service with the default configuration
|
| CreateAmazonSimpleDBClient(String, String, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with the specified configuration
|