
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonSimpleDBClient()()()() |
Create a client for the Amazon SimpleDB Service with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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 loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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
|
![]() ![]() | CreateAmazonSimpleDBClient(String, String, String, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleDBClient(RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with the specified region
|
![]() ![]() | CreateAmazonSimpleDBClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with the specified region
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials) |
Create a client for the Amazon SimpleDB Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object.
|