Create a client for the Amazon ImportExport Service with the specified configuration

Namespace: Amazon
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static AmazonImportExport CreateAmazonImportExportClient(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonImportExportConfig config
)
Public Shared Function CreateAmazonImportExportClient ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonImportExportConfig _
) As AmazonImportExport
public:
static AmazonImportExport^ CreateAmazonImportExportClient(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonImportExportConfig^ config
)

Parameters

awsAccessKey
String
The AWS Access Key associated with the account
awsSecretAccessKey
String
The AWS Secret Access Key associated with the account
config
AmazonImportExportConfig
Configuration options for the service like HTTP Proxy, # of connections, etc

Return Value

An Amazon ImportExport client

Remarks

See Also