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