
Icon | Member | Description |
---|---|---|
![]() | AmazonSimpleDBClient()()()() |
Constructs AmazonSimpleDBClient 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> |
![]() | AmazonSimpleDBClient(RegionEndpoint) |
Constructs AmazonSimpleDBClient 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> |
![]() | AmazonSimpleDBClient(AmazonSimpleDBConfig) |
Constructs AmazonSimpleDBClient 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> |
![]() | AmazonSimpleDBClient(String, String) |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleDBClient(String, String, RegionEndpoint) |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleDBClient(String, String, AmazonSimpleDBConfig) |
Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleDB Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|
![]() | AmazonSimpleDBClient(String, SecureString, AmazonSimpleDBConfig) |
Constructs an AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleDB Configuration object
|
![]() | AmazonSimpleDBClient(AWSCredentials) |
Constructs an AmazonSimpleDBClient with AWSCredentials
|
![]() | AmazonSimpleDBClient(AWSCredentials, RegionEndpoint) |
Constructs an AmazonSimpleDBClient with AWSCredentials
|
![]() | AmazonSimpleDBClient(AWSCredentials, AmazonSimpleDBConfig) |
Constructs an AmazonSimpleDBClient with AWSCredentials and an
AmazonSimpleDBClient Configuration object
|
![]() | AmazonSimpleDBClient(String, String, String) |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleDBClient(String, String, String, RegionEndpoint) |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleDBClient(String, String, String, AmazonSimpleDBConfig) |
Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleDBConfig Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|