Create a client for the Amazon SimpleDB Service with the specified configuration
Namespace: AmazonAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static AmazonSimpleDB CreateAmazonSimpleDBClient( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleDBConfig config )
Public Shared Function CreateAmazonSimpleDBClient ( _ awsAccessKey As String, _ awsSecretAccessKey As String, _ config As AmazonSimpleDBConfig _ ) As AmazonSimpleDB
public: static AmazonSimpleDB^ CreateAmazonSimpleDBClient( String^ awsAccessKey, String^ awsSecretAccessKey, AmazonSimpleDBConfig^ config )
Parameters
- awsAccessKey
- String
The AWS Access Key associated with the account
- awsSecretAccessKey
- String
The AWS Secret Access Key associated with the account
- config
- AmazonSimpleDBConfig
Configuration options for the service like HTTP Proxy, # of connections, etc