
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonDynamoDBClient()()()() |
Create a client for the Amazon DynamoDB 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> |
![]() ![]() | CreateAmazonDynamoDBClient(AmazonDynamoDBConfig) |
Create a client for the Amazon DynamoDB 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> |
![]() ![]() | CreateAmazonDynamoDBClient(String, String) |
Create a client for the Amazon DynamoDB service with the default configuration
|
![]() ![]() | CreateAmazonDynamoDBClient(String, String, AmazonDynamoDBConfig) |
Create a client for the Amazon DynamoDB service with the specified configuration
|
![]() ![]() | CreateAmazonDynamoDBClient(RegionEndpoint) |
Create a client for the Amazon DynamoDB 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> |
![]() ![]() | CreateAmazonDynamoDBClient(String, String, RegionEndpoint) |
Create a client for the Amazon DynamoDB Service with the specified region
|
![]() ![]() | CreateAmazonDynamoDBClient(AWSCredentials) |
Create a client for the Amazon DynamoDB Service with AWSCredentials.
|
![]() ![]() | CreateAmazonDynamoDBClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon DynamoDB Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonDynamoDBClient(AWSCredentials, AmazonDynamoDBConfig) |
Create a client for the Amazon DynamoDB Service with AWSCredentials and an AmazonDynamoDB Configuration object.
|