The Amazon Web Services SDK provides developers with a coherent and unified interface to the
suite of Amazon Web Services. The intent is to facilitate the rapid building of
applications that leverage multiple Amazon Web Services.
To get started, request an instance of the AWSClientFactory via this class's static Instance member. Use the factory instance to create clients for all the Web Services needed by the application.

C# |
public static class AWSClientFactory

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonAutoScalingClient()()()() |
Create a client for the Amazon AutoScaling 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> |
![]() ![]() | CreateAmazonAutoScalingClient(AmazonAutoScalingConfig) |
Create a client for the Amazon AutoScaling 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> |
![]() ![]() | CreateAmazonAutoScalingClient(String, String) |
Create a client for the Amazon AutoScaling Service with the default configuration
|
![]() ![]() | CreateAmazonAutoScalingClient(String, String, AmazonAutoScalingConfig) |
Create a client for the Amazon AutoScaling Service with the specified configuration
|
![]() ![]() | CreateAmazonAutoScalingClient(String, String, String, AmazonAutoScalingConfig) |
Create a client for the Amazon AutoScaling Service with the specified configuration
|
![]() ![]() | CreateAmazonAutoScalingClient(RegionEndpoint) |
Create a client for the Amazon AutoScaling 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> |
![]() ![]() | CreateAmazonAutoScalingClient(String, String, RegionEndpoint) |
Create a client for the Amazon AutoScaling Service with the specified region
|
![]() ![]() | CreateAmazonAutoScalingClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon AutoScaling Service with the specified region
|
![]() ![]() | CreateAmazonAutoScalingClient(AWSCredentials) |
Create a client for the Amazon AutoScaling Service with AWSCredentials.
|
![]() ![]() | CreateAmazonAutoScalingClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon AutoScaling Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonAutoScalingClient(AWSCredentials, AmazonAutoScalingConfig) |
Create a client for the Amazon AutoScaling Service with AWSCredentials and an AmazonAutoScaling Configuration object.
|
![]() ![]() | CreateAmazonAWSSupportClient()()()() |
Create a client for the Amazon AWSSupport 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> |
![]() ![]() | CreateAmazonAWSSupportClient(AmazonAWSSupportConfig) |
Create a client for the Amazon AWSSupport 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> |
![]() ![]() | CreateAmazonAWSSupportClient(String, String) |
Create a client for the Amazon AWSSupport Service with the default configuration
|
![]() ![]() | CreateAmazonAWSSupportClient(String, String, AmazonAWSSupportConfig) |
Create a client for the Amazon AWSSupport Service with the specified configuration
|
![]() ![]() | CreateAmazonAWSSupportClient(String, String, String, AmazonAWSSupportConfig) |
Create a client for the Amazon AWSSupport Service with the specified configuration
|
![]() ![]() | CreateAmazonAWSSupportClient(RegionEndpoint) |
Create a client for the Amazon AWSSupport 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> |
![]() ![]() | CreateAmazonAWSSupportClient(String, String, RegionEndpoint) |
Create a client for the Amazon AWSSupport Service with the specified region
|
![]() ![]() | CreateAmazonAWSSupportClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon AWSSupport Service with the specified region
|
![]() ![]() | CreateAmazonAWSSupportClient(AWSCredentials) |
Create a client for the Amazon AWSSupport Service with AWSCredentials.
|
![]() ![]() | CreateAmazonAWSSupportClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon AWSSupport Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonAWSSupportClient(AWSCredentials, AmazonAWSSupportConfig) |
Create a client for the Amazon AWSSupport Service with AWSCredentials and an AmazonAWSSupport Configuration object.
|
![]() ![]() | CreateAmazonCloudFormationClient()()()() |
Create a client for the Amazon CloudFormation 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> |
![]() ![]() | CreateAmazonCloudFormationClient(AmazonCloudFormationConfig) |
Create a client for the Amazon CloudFormation 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> |
![]() ![]() | CreateAmazonCloudFormationClient(String, String) |
Create a client for the Amazon CloudFormation Service with the default configuration
|
![]() ![]() | CreateAmazonCloudFormationClient(String, String, AmazonCloudFormationConfig) |
Create a client for the Amazon CloudFormation Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudFormationClient(String, String, String, AmazonCloudFormationConfig) |
Create a client for the Amazon CloudFormation Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudFormationClient(RegionEndpoint) |
Create a client for the Amazon CloudFormation 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> |
![]() ![]() | CreateAmazonCloudFormationClient(String, String, RegionEndpoint) |
Create a client for the Amazon CloudFormation Service with the specified region
|
![]() ![]() | CreateAmazonCloudFormationClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon CloudFormation Service with the specified region
|
![]() ![]() | CreateAmazonCloudFormationClient(AWSCredentials) |
Create a client for the Amazon CloudFormation Service with AWSCredentials.
|
![]() ![]() | CreateAmazonCloudFormationClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon CloudFormation Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonCloudFormationClient(AWSCredentials, AmazonCloudFormationConfig) |
Create a client for the Amazon CloudFormation Service with AWSCredentials and an AmazonCloudFormation Configuration object.
|
![]() ![]() | CreateAmazonCloudFrontClient()()()() |
Create a client for the Amazon CloudFront 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> |
![]() ![]() | CreateAmazonCloudFrontClient(AmazonCloudFrontConfig) |
Create a client for the Amazon CloudFront 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> |
![]() ![]() | CreateAmazonCloudFrontClient(String, String) |
Create a client for the Amazon CloudFront Service with the default configuration
|
![]() ![]() | CreateAmazonCloudFrontClient(String, String, AmazonCloudFrontConfig) |
Create a client for the Amazon CloudFront Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudFrontClient(String, String, String, AmazonCloudFrontConfig) |
Create a client for the Amazon CloudFront Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudFrontClient(RegionEndpoint) |
Create a client for the Amazon CloudFront 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> |
![]() ![]() | CreateAmazonCloudFrontClient(String, String, RegionEndpoint) |
Create a client for the Amazon CloudFront Service with the specified region
|
![]() ![]() | CreateAmazonCloudFrontClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon CloudFront Service with the specified region
|
![]() ![]() | CreateAmazonCloudFrontClient(AWSCredentials) |
Create a client for the Amazon CloudFront Service with AWSCredentials.
|
![]() ![]() | CreateAmazonCloudFrontClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon CloudFront Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonCloudFrontClient(AWSCredentials, AmazonCloudFrontConfig) |
Create a client for the Amazon CloudFront Service with AWSCredentials and an AmazonCloudFront Configuration object.
|
![]() ![]() | CreateAmazonCloudSearchClient()()()() |
Create a client for the Amazon CloudSearch 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> |
![]() ![]() | CreateAmazonCloudSearchClient(AmazonCloudSearchConfig) |
Create a client for the Amazon CloudSearch 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> |
![]() ![]() | CreateAmazonCloudSearchClient(String, String) |
Create a client for the Amazon CloudSearch Service with the default configuration
|
![]() ![]() | CreateAmazonCloudSearchClient(String, String, AmazonCloudSearchConfig) |
Create a client for the Amazon CloudSearch Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudSearchClient(String, String, String, AmazonCloudSearchConfig) |
Create a client for the Amazon CloudSearch Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudSearchClient(RegionEndpoint) |
Create a client for the Amazon CloudSearch 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> |
![]() ![]() | CreateAmazonCloudSearchClient(String, String, RegionEndpoint) |
Create a client for the Amazon CloudSearch Service with the specified region
|
![]() ![]() | CreateAmazonCloudSearchClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon CloudSearch Service with the specified region
|
![]() ![]() | CreateAmazonCloudSearchClient(AWSCredentials) |
Create a client for the Amazon CloudSearch Service with AWSCredentials.
|
![]() ![]() | CreateAmazonCloudSearchClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon CloudSearch Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonCloudSearchClient(AWSCredentials, AmazonCloudSearchConfig) |
Create a client for the Amazon CloudSearch Service with AWSCredentials and an AmazonCloudSearch Configuration object.
|
![]() ![]() | CreateAmazonCloudTrailClient()()()() |
Create a client for the Amazon CloudTrail 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> |
![]() ![]() | CreateAmazonCloudTrailClient(AmazonCloudTrailConfig) |
Create a client for the Amazon CloudTrail 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> |
![]() ![]() | CreateAmazonCloudTrailClient(String, String) |
Create a client for the Amazon CloudTrail Service with the default configuration
|
![]() ![]() | CreateAmazonCloudTrailClient(String, String, AmazonCloudTrailConfig) |
Create a client for the Amazon CloudTrail Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudTrailClient(String, String, String, AmazonCloudTrailConfig) |
Create a client for the Amazon CloudTrail Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudTrailClient(RegionEndpoint) |
Create a client for the Amazon CloudTrail 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> |
![]() ![]() | CreateAmazonCloudTrailClient(String, String, RegionEndpoint) |
Create a client for the Amazon CloudTrail Service with the specified region
|
![]() ![]() | CreateAmazonCloudTrailClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon CloudTrail Service with the specified region
|
![]() ![]() | CreateAmazonCloudTrailClient(AWSCredentials) |
Create a client for the Amazon CloudTrail Service with AWSCredentials.
|
![]() ![]() | CreateAmazonCloudTrailClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon CloudTrail Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonCloudTrailClient(AWSCredentials, AmazonCloudTrailConfig) |
Create a client for the Amazon CloudTrail Service with AWSCredentials and an AmazonCloudTrail Configuration object.
|
![]() ![]() | CreateAmazonCloudWatchClient()()()() |
Create a client for the Amazon CloudWatch 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> |
![]() ![]() | CreateAmazonCloudWatchClient(AmazonCloudWatchConfig) |
Create a client for the Amazon CloudWatch 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> |
![]() ![]() | CreateAmazonCloudWatchClient(String, String) |
Create a client for the Amazon CloudWatch Service with the default configuration
|
![]() ![]() | CreateAmazonCloudWatchClient(String, String, AmazonCloudWatchConfig) |
Create a client for the Amazon CloudWatch Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudWatchClient(String, String, String, AmazonCloudWatchConfig) |
Create a client for the Amazon CloudWatch Service with the specified configuration
|
![]() ![]() | CreateAmazonCloudWatchClient(RegionEndpoint) |
Create a client for the Amazon CloudWatch 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> |
![]() ![]() | CreateAmazonCloudWatchClient(String, String, RegionEndpoint) |
Create a client for the Amazon CloudWatch Service with the specified region
|
![]() ![]() | CreateAmazonCloudWatchClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon CloudWatch Service with the specified region
|
![]() ![]() | CreateAmazonCloudWatchClient(AWSCredentials) |
Create a client for the Amazon CloudWatch Service with AWSCredentials.
|
![]() ![]() | CreateAmazonCloudWatchClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon CloudWatch Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonCloudWatchClient(AWSCredentials, AmazonCloudWatchConfig) |
Create a client for the Amazon CloudWatch Service with AWSCredentials and an AmazonCloudWatch Configuration object.
|
![]() ![]() | CreateAmazonDataPipelineClient()()()() |
Create a client for the Amazon DataPipeline 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> |
![]() ![]() | CreateAmazonDataPipelineClient(AmazonDataPipelineConfig) |
Create a client for the Amazon DataPipeline 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> |
![]() ![]() | CreateAmazonDataPipelineClient(String, String) |
Create a client for the Amazon DataPipeline Service with the default configuration
|
![]() ![]() | CreateAmazonDataPipelineClient(String, String, AmazonDataPipelineConfig) |
Create a client for the Amazon DataPipeline Service with the specified configuration
|
![]() ![]() | CreateAmazonDataPipelineClient(String, String, String, AmazonDataPipelineConfig) |
Create a client for the Amazon DataPipeline Service with the specified configuration
|
![]() ![]() | CreateAmazonDataPipelineClient(RegionEndpoint) |
Create a client for the Amazon DataPipeline 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> |
![]() ![]() | CreateAmazonDataPipelineClient(String, String, RegionEndpoint) |
Create a client for the Amazon DataPipeline Service with the specified region
|
![]() ![]() | CreateAmazonDataPipelineClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon DataPipeline Service with the specified region
|
![]() ![]() | CreateAmazonDataPipelineClient(AWSCredentials) |
Create a client for the Amazon DataPipeline Service with AWSCredentials.
|
![]() ![]() | CreateAmazonDataPipelineClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon DataPipeline Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonDataPipelineClient(AWSCredentials, AmazonDataPipelineConfig) |
Create a client for the Amazon DataPipeline Service with AWSCredentials and an AmazonDataPipeline Configuration object.
|
![]() ![]() | CreateAmazonDirectConnectClient()()()() |
Create a client for the Amazon DirectConnect 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> |
![]() ![]() | CreateAmazonDirectConnectClient(AmazonDirectConnectConfig) |
Create a client for the Amazon DirectConnect 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> |
![]() ![]() | CreateAmazonDirectConnectClient(String, String) |
Create a client for the Amazon DirectConnect Service with the default configuration
|
![]() ![]() | CreateAmazonDirectConnectClient(String, String, AmazonDirectConnectConfig) |
Create a client for the Amazon DirectConnect Service with the specified configuration
|
![]() ![]() | CreateAmazonDirectConnectClient(String, String, String, AmazonDirectConnectConfig) |
Create a client for the Amazon DirectConnect Service with the specified configuration
|
![]() ![]() | CreateAmazonDirectConnectClient(RegionEndpoint) |
Create a client for the Amazon DirectConnect 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> |
![]() ![]() | CreateAmazonDirectConnectClient(String, String, RegionEndpoint) |
Create a client for the Amazon DirectConnect Service with the specified region
|
![]() ![]() | CreateAmazonDirectConnectClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon DirectConnect Service with the specified region
|
![]() ![]() | CreateAmazonDirectConnectClient(AWSCredentials) |
Create a client for the Amazon DirectConnect Service with AWSCredentials.
|
![]() ![]() | CreateAmazonDirectConnectClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon DirectConnect Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonDirectConnectClient(AWSCredentials, AmazonDirectConnectConfig) |
Create a client for the Amazon DirectConnect Service with AWSCredentials and an AmazonDirectConnect Configuration object.
|
![]() ![]() | 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.
|
![]() ![]() | 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.
|
![]() ![]() | CreateAmazonEC2Client()()()() |
Create a client for the Amazon EC2 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> |
![]() ![]() | CreateAmazonEC2Client(AmazonEC2Config) |
Create a client for the Amazon EC2 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> |
![]() ![]() | CreateAmazonEC2Client(String, String) |
Create a client for the Amazon EC2 Service with the default configuration
|
![]() ![]() | CreateAmazonEC2Client(String, String, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with the specified configuration
|
![]() ![]() | CreateAmazonEC2Client(String, String, String, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with the specified configuration
|
![]() ![]() | CreateAmazonEC2Client(RegionEndpoint) |
Create a client for the Amazon EC2 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> |
![]() ![]() | CreateAmazonEC2Client(String, String, RegionEndpoint) |
Create a client for the Amazon EC2 Service with the specified region
|
![]() ![]() | CreateAmazonEC2Client(String, String, String, RegionEndpoint) |
Create a client for the Amazon EC2 Service with the specified region
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials) |
Create a client for the Amazon EC2 Service with AWSCredentials.
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon EC2 Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.
|
![]() ![]() | CreateAmazonElastiCacheClient()()()() |
Create a client for the Amazon ElastiCache 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> |
![]() ![]() | CreateAmazonElastiCacheClient(AmazonElastiCacheConfig) |
Create a client for the Amazon ElastiCache 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> |
![]() ![]() | CreateAmazonElastiCacheClient(String, String) |
Create a client for the Amazon ElastiCache Service with the default configuration
|
![]() ![]() | CreateAmazonElastiCacheClient(String, String, AmazonElastiCacheConfig) |
Create a client for the Amazon ElastiCache Service with the specified configuration
|
![]() ![]() | CreateAmazonElastiCacheClient(String, String, String, AmazonElastiCacheConfig) |
Create a client for the Amazon ElastiCache Service with the specified configuration
|
![]() ![]() | CreateAmazonElastiCacheClient(RegionEndpoint) |
Create a client for the Amazon ElastiCache 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> |
![]() ![]() | CreateAmazonElastiCacheClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElastiCache Service with the specified region
|
![]() ![]() | CreateAmazonElastiCacheClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElastiCache Service with the specified region
|
![]() ![]() | CreateAmazonElastiCacheClient(AWSCredentials) |
Create a client for the Amazon ElastiCache Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElastiCacheClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElastiCache Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElastiCacheClient(AWSCredentials, AmazonElastiCacheConfig) |
Create a client for the Amazon ElastiCache Service with AWSCredentials and an AmazonElastiCache Configuration object.
|
![]() ![]() | CreateAmazonElasticBeanstalkClient()()()() |
Create a client for the Amazon ElasticBeanstalk 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> |
![]() ![]() | CreateAmazonElasticBeanstalkClient(AmazonElasticBeanstalkConfig) |
Create a client for the Amazon ElasticBeanstalk 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> |
![]() ![]() | CreateAmazonElasticBeanstalkClient(String, String) |
Create a client for the Amazon ElasticBeanstalk Service with the default configuration
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(String, String, AmazonElasticBeanstalkConfig) |
Create a client for the Amazon ElasticBeanstalk Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(String, String, String, AmazonElasticBeanstalkConfig) |
Create a client for the Amazon ElasticBeanstalk Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(RegionEndpoint) |
Create a client for the Amazon ElasticBeanstalk 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> |
![]() ![]() | CreateAmazonElasticBeanstalkClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElasticBeanstalk Service with the specified region
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElasticBeanstalk Service with the specified region
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(AWSCredentials) |
Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElasticBeanstalkClient(AWSCredentials, AmazonElasticBeanstalkConfig) |
Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and an AmazonElasticBeanstalk Configuration object.
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient()()()() |
Create a client for the Amazon ElasticLoadBalancing 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> |
![]() ![]() | CreateAmazonElasticLoadBalancingClient(AmazonElasticLoadBalancingConfig) |
Create a client for the Amazon ElasticLoadBalancing 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> |
![]() ![]() | CreateAmazonElasticLoadBalancingClient(String, String) |
Create a client for the Amazon ElasticLoadBalancing Service with the default configuration
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(String, String, AmazonElasticLoadBalancingConfig) |
Create a client for the Amazon ElasticLoadBalancing Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(String, String, String, AmazonElasticLoadBalancingConfig) |
Create a client for the Amazon ElasticLoadBalancing Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(RegionEndpoint) |
Create a client for the Amazon ElasticLoadBalancing 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> |
![]() ![]() | CreateAmazonElasticLoadBalancingClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElasticLoadBalancing Service with the specified region
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElasticLoadBalancing Service with the specified region
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(AWSCredentials) |
Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElasticLoadBalancingClient(AWSCredentials, AmazonElasticLoadBalancingConfig) |
Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and an AmazonElasticLoadBalancing Configuration object.
|
![]() ![]() | CreateAmazonElasticMapReduceClient()()()() |
Create a client for the Amazon ElasticMapReduce 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> |
![]() ![]() | CreateAmazonElasticMapReduceClient(AmazonElasticMapReduceConfig) |
Create a client for the Amazon ElasticMapReduce 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> |
![]() ![]() | CreateAmazonElasticMapReduceClient(String, String) |
Create a client for the Amazon ElasticMapReduce Service with the default configuration
|
![]() ![]() | CreateAmazonElasticMapReduceClient(String, String, AmazonElasticMapReduceConfig) |
Create a client for the Amazon ElasticMapReduce Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticMapReduceClient(String, String, String, AmazonElasticMapReduceConfig) |
Create a client for the Amazon ElasticMapReduce Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticMapReduceClient(RegionEndpoint) |
Create a client for the Amazon ElasticMapReduce 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> |
![]() ![]() | CreateAmazonElasticMapReduceClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElasticMapReduce Service with the specified region
|
![]() ![]() | CreateAmazonElasticMapReduceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElasticMapReduce Service with the specified region
|
![]() ![]() | CreateAmazonElasticMapReduceClient(AWSCredentials) |
Create a client for the Amazon ElasticMapReduce Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElasticMapReduceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElasticMapReduceClient(AWSCredentials, AmazonElasticMapReduceConfig) |
Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and an AmazonElasticMapReduce Configuration object.
|
![]() ![]() | CreateAmazonElasticTranscoderClient()()()() |
Create a client for the Amazon ElasticTranscoder 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> |
![]() ![]() | CreateAmazonElasticTranscoderClient(AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder 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> |
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String) |
Create a client for the Amazon ElasticTranscoder Service with the default configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, String, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder 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> |
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with the specified region
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with the specified region
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object.
|
![]() ![]() | CreateAmazonGlacierClient()()()() |
Create a client for the Amazon Glacier 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> |
![]() ![]() | CreateAmazonGlacierClient(AmazonGlacierConfig) |
Create a client for the Amazon Glacier 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> |
![]() ![]() | CreateAmazonGlacierClient(String, String) |
Create a client for the Amazon Glacier Service with the default configuration
|
![]() ![]() | CreateAmazonGlacierClient(String, String, AmazonGlacierConfig) |
Create a client for the Amazon Glacier Service with the specified configuration
|
![]() ![]() | CreateAmazonGlacierClient(String, String, String, AmazonGlacierConfig) |
Create a client for the Amazon Glacier Service with the specified configuration
|
![]() ![]() | CreateAmazonGlacierClient(RegionEndpoint) |
Create a client for the Amazon Glacier 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> |
![]() ![]() | CreateAmazonGlacierClient(String, String, RegionEndpoint) |
Create a client for the Amazon Glacier Service with the specified region
|
![]() ![]() | CreateAmazonGlacierClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon Glacier Service with the specified region
|
![]() ![]() | CreateAmazonGlacierClient(AWSCredentials) |
Create a client for the Amazon Glacier Service with AWSCredentials.
|
![]() ![]() | CreateAmazonGlacierClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon Glacier Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonGlacierClient(AWSCredentials, AmazonGlacierConfig) |
Create a client for the Amazon Glacier Service with AWSCredentials and an AmazonGlacier Configuration object.
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient()()()() |
Create a client for the Amazon IdentityManagementService 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> |
![]() ![]() | CreateAmazonIdentityManagementServiceClient(AmazonIdentityManagementServiceConfig) |
Create a client for the Amazon IdentityManagementService 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> |
![]() ![]() | CreateAmazonIdentityManagementServiceClient(String, String) |
Create a client for the Amazon IdentityManagementService Service with the default configuration
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(String, String, AmazonIdentityManagementServiceConfig) |
Create a client for the Amazon IdentityManagementService Service with the specified configuration
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(String, String, String, AmazonIdentityManagementServiceConfig) |
Create a client for the Amazon IdentityManagementService Service with the specified configuration
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(RegionEndpoint) |
Create a client for the Amazon IdentityManagementService 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> |
![]() ![]() | CreateAmazonIdentityManagementServiceClient(String, String, RegionEndpoint) |
Create a client for the Amazon IdentityManagementService Service with the specified region
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon IdentityManagementService Service with the specified region
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(AWSCredentials) |
Create a client for the Amazon IdentityManagementService Service with AWSCredentials.
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon IdentityManagementService Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonIdentityManagementServiceClient(AWSCredentials, AmazonIdentityManagementServiceConfig) |
Create a client for the Amazon IdentityManagementService Service with AWSCredentials and an AmazonIdentityManagementService Configuration object.
|
![]() ![]() | CreateAmazonImportExportClient()()()() |
Create a client for the Amazon ImportExport 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> |
![]() ![]() | CreateAmazonImportExportClient(AmazonImportExportConfig) |
Create a client for the Amazon ImportExport 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> |
![]() ![]() | CreateAmazonImportExportClient(String, String) |
Create a client for the Amazon ImportExport Service with the default configuration
|
![]() ![]() | CreateAmazonImportExportClient(String, String, AmazonImportExportConfig) |
Create a client for the Amazon ImportExport Service with the specified configuration
|
![]() ![]() | CreateAmazonImportExportClient(String, String, String, AmazonImportExportConfig) |
Create a client for the Amazon ImportExport Service with the specified configuration
|
![]() ![]() | CreateAmazonImportExportClient(RegionEndpoint) |
Create a client for the Amazon ImportExport 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> |
![]() ![]() | CreateAmazonImportExportClient(String, String, RegionEndpoint) |
Create a client for the Amazon ImportExport Service with the specified region
|
![]() ![]() | CreateAmazonImportExportClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ImportExport Service with the specified region
|
![]() ![]() | CreateAmazonImportExportClient(AWSCredentials) |
Create a client for the Amazon ImportExport Service with AWSCredentials.
|
![]() ![]() | CreateAmazonImportExportClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ImportExport Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonImportExportClient(AWSCredentials, AmazonImportExportConfig) |
Create a client for the Amazon ImportExport Service with AWSCredentials and an AmazonImportExport Configuration object.
|
![]() ![]() | CreateAmazonKinesisClient()()()() |
Create a client for the Amazon Kinesis 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> |
![]() ![]() | CreateAmazonKinesisClient(AmazonKinesisConfig) |
Create a client for the Amazon Kinesis 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> |
![]() ![]() | CreateAmazonKinesisClient(String, String) |
Create a client for the Amazon Kinesis Service with the default configuration
|
![]() ![]() | CreateAmazonKinesisClient(String, String, AmazonKinesisConfig) |
Create a client for the Amazon Kinesis Service with the specified configuration
|
![]() ![]() | CreateAmazonKinesisClient(String, String, String, AmazonKinesisConfig) |
Create a client for the Amazon Kinesis Service with the specified configuration
|
![]() ![]() | CreateAmazonKinesisClient(RegionEndpoint) |
Create a client for the Amazon Kinesis 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> |
![]() ![]() | CreateAmazonKinesisClient(String, String, RegionEndpoint) |
Create a client for the Amazon Kinesis Service with the specified region
|
![]() ![]() | CreateAmazonKinesisClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon Kinesis Service with the specified region
|
![]() ![]() | CreateAmazonKinesisClient(AWSCredentials) |
Create a client for the Amazon Kinesis Service with AWSCredentials.
|
![]() ![]() | CreateAmazonKinesisClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon Kinesis Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonKinesisClient(AWSCredentials, AmazonKinesisConfig) |
Create a client for the Amazon Kinesis Service with AWSCredentials and an AmazonKinesis Configuration object.
|
![]() ![]() | CreateAmazonOpsWorksClient()()()() |
Create a client for the Amazon OpsWorks 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> |
![]() ![]() | CreateAmazonOpsWorksClient(AmazonOpsWorksConfig) |
Create a client for the Amazon OpsWorks 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> |
![]() ![]() | CreateAmazonOpsWorksClient(String, String) |
Create a client for the Amazon OpsWorks Service with the default configuration
|
![]() ![]() | CreateAmazonOpsWorksClient(String, String, AmazonOpsWorksConfig) |
Create a client for the Amazon OpsWorks Service with the specified configuration
|
![]() ![]() | CreateAmazonOpsWorksClient(String, String, String, AmazonOpsWorksConfig) |
Create a client for the Amazon OpsWorks Service with the specified configuration
|
![]() ![]() | CreateAmazonOpsWorksClient(RegionEndpoint) |
Create a client for the Amazon OpsWorks 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> |
![]() ![]() | CreateAmazonOpsWorksClient(String, String, RegionEndpoint) |
Create a client for the Amazon OpsWorks Service with the specified region
|
![]() ![]() | CreateAmazonOpsWorksClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon OpsWorks Service with the specified region
|
![]() ![]() | CreateAmazonOpsWorksClient(AWSCredentials) |
Create a client for the Amazon OpsWorks Service with AWSCredentials.
|
![]() ![]() | CreateAmazonOpsWorksClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon OpsWorks Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonOpsWorksClient(AWSCredentials, AmazonOpsWorksConfig) |
Create a client for the Amazon OpsWorks Service with AWSCredentials and an AmazonOpsWorks Configuration object.
|
![]() ![]() | CreateAmazonRDSClient()()()() |
Create a client for the Amazon RDS 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> |
![]() ![]() | CreateAmazonRDSClient(AmazonRDSConfig) |
Create a client for the Amazon RDS 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> |
![]() ![]() | CreateAmazonRDSClient(String, String) |
Create a client for the Amazon RDS Service with the default configuration
|
![]() ![]() | CreateAmazonRDSClient(String, String, AmazonRDSConfig) |
Create a client for the Amazon RDS Service with the specified configuration
|
![]() ![]() | CreateAmazonRDSClient(String, String, String, AmazonRDSConfig) |
Create a client for the Amazon RDS Service with the specified configuration
|
![]() ![]() | CreateAmazonRDSClient(RegionEndpoint) |
Create a client for the Amazon RDS 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> |
![]() ![]() | CreateAmazonRDSClient(String, String, RegionEndpoint) |
Create a client for the Amazon RDS Service with the specified region
|
![]() ![]() | CreateAmazonRDSClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon RDS Service with the specified region
|
![]() ![]() | CreateAmazonRDSClient(AWSCredentials) |
Create a client for the Amazon RDS Service with AWSCredentials.
|
![]() ![]() | CreateAmazonRDSClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon RDS Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonRDSClient(AWSCredentials, AmazonRDSConfig) |
Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object.
|
![]() ![]() | CreateAmazonRedshiftClient()()()() |
Create a client for the Amazon Redshift 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> |
![]() ![]() | CreateAmazonRedshiftClient(AmazonRedshiftConfig) |
Create a client for the Amazon Redshift 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> |
![]() ![]() | CreateAmazonRedshiftClient(String, String) |
Create a client for the Amazon Redshift Service with the default configuration
|
![]() ![]() | CreateAmazonRedshiftClient(String, String, AmazonRedshiftConfig) |
Create a client for the Amazon Redshift Service with the specified configuration
|
![]() ![]() | CreateAmazonRedshiftClient(String, String, String, AmazonRedshiftConfig) |
Create a client for the Amazon Redshift Service with the specified configuration
|
![]() ![]() | CreateAmazonRedshiftClient(RegionEndpoint) |
Create a client for the Amazon Redshift 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> |
![]() ![]() | CreateAmazonRedshiftClient(String, String, RegionEndpoint) |
Create a client for the Amazon Redshift Service with the specified region
|
![]() ![]() | CreateAmazonRedshiftClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon Redshift Service with the specified region
|
![]() ![]() | CreateAmazonRedshiftClient(AWSCredentials) |
Create a client for the Amazon Redshift Service with AWSCredentials.
|
![]() ![]() | CreateAmazonRedshiftClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon Redshift Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonRedshiftClient(AWSCredentials, AmazonRedshiftConfig) |
Create a client for the Amazon Redshift Service with AWSCredentials and an AmazonRedshift Configuration object.
|
![]() ![]() | CreateAmazonRoute53Client()()()() |
Create a client for the Amazon Route53 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> |
![]() ![]() | CreateAmazonRoute53Client(AmazonRoute53Config) |
Create a client for the Amazon Route53 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> |
![]() ![]() | CreateAmazonRoute53Client(String, String) |
Create a client for the Amazon Route53 Service with the default configuration
|
![]() ![]() | CreateAmazonRoute53Client(String, String, AmazonRoute53Config) |
Create a client for the Amazon Route53 Service with the specified configuration
|
![]() ![]() | CreateAmazonRoute53Client(String, String, String, AmazonRoute53Config) |
Create a client for the Amazon Route53 Service with the specified configuration
|
![]() ![]() | CreateAmazonRoute53Client(RegionEndpoint) |
Create a client for the Amazon Route53 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> |
![]() ![]() | CreateAmazonRoute53Client(String, String, RegionEndpoint) |
Create a client for the Amazon Route53 Service with the specified region
|
![]() ![]() | CreateAmazonRoute53Client(String, String, String, RegionEndpoint) |
Create a client for the Amazon Route53 Service with the specified region
|
![]() ![]() | CreateAmazonRoute53Client(AWSCredentials) |
Create a client for the Amazon Route53 Service with AWSCredentials.
|
![]() ![]() | CreateAmazonRoute53Client(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon Route53 Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonRoute53Client(AWSCredentials, AmazonRoute53Config) |
Create a client for the Amazon Route53 Service with AWSCredentials and an AmazonRoute53 Configuration object.
|
![]() ![]() | CreateAmazonS3Client()()()() |
Create a client for the Amazon S3 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> |
![]() ![]() | CreateAmazonS3Client(AmazonS3Config) |
Create a client for the Amazon S3 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> |
![]() ![]() | CreateAmazonS3Client(String, String) |
Create a client for the Amazon S3 Service with the default configuration
|
![]() ![]() | CreateAmazonS3Client(String, String, AmazonS3Config) |
Create a client for the Amazon S3 Service with the specified configuration
|
![]() ![]() | CreateAmazonS3Client(String, String, String, AmazonS3Config) |
Create a client for the Amazon S3 Service with the specified configuration
|
![]() ![]() | CreateAmazonS3Client(RegionEndpoint) |
Create a client for the Amazon S3 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> |
![]() ![]() | CreateAmazonS3Client(String, String, RegionEndpoint) |
Create a client for the Amazon S3 Service with the specified region
|
![]() ![]() | CreateAmazonS3Client(String, String, String, RegionEndpoint) |
Create a client for the Amazon S3 Service with the specified region
|
![]() ![]() | CreateAmazonS3Client(AWSCredentials) |
Create a client for the Amazon S3 Service with AWSCredentials.
|
![]() ![]() | CreateAmazonS3Client(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon S3 Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonS3Client(AWSCredentials, AmazonS3Config) |
Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object.
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient()()()() |
Create a client for the Amazon SecurityTokenService 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> |
![]() ![]() | CreateAmazonSecurityTokenServiceClient(AmazonSecurityTokenServiceConfig) |
Create a client for the Amazon SecurityTokenService 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> |
![]() ![]() | CreateAmazonSecurityTokenServiceClient(String, String) |
Create a client for the Amazon SecurityTokenService Service with the default configuration
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(String, String, AmazonSecurityTokenServiceConfig) |
Create a client for the Amazon SecurityTokenService Service with the specified configuration
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(String, String, String, AmazonSecurityTokenServiceConfig) |
Create a client for the Amazon SecurityTokenService Service with the specified configuration
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(RegionEndpoint) |
Create a client for the Amazon SecurityTokenService 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> |
![]() ![]() | CreateAmazonSecurityTokenServiceClient(String, String, RegionEndpoint) |
Create a client for the Amazon SecurityTokenService Service with the specified region
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SecurityTokenService Service with the specified region
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(AWSCredentials) |
Create a client for the Amazon SecurityTokenService Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SecurityTokenService Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSecurityTokenServiceClient(AWSCredentials, AmazonSecurityTokenServiceConfig) |
Create a client for the Amazon SecurityTokenService Service with AWSCredentials and an AmazonSecurityTokenService Configuration object.
|
![]() ![]() | CreateAmazonSimpleDBClient()()()() |
Create a client for the Amazon SimpleDB 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> |
![]() ![]() | CreateAmazonSimpleDBClient(AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB 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> |
![]() ![]() | CreateAmazonSimpleDBClient(String, String) |
Create a client for the Amazon SimpleDB Service with the default configuration
|
![]() ![]() | CreateAmazonSimpleDBClient(String, String, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleDBClient(String, String, String, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleDBClient(RegionEndpoint) |
Create a client for the Amazon SimpleDB 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> |
![]() ![]() | CreateAmazonSimpleDBClient(String, String, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with the specified region
|
![]() ![]() | CreateAmazonSimpleDBClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with the specified region
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials) |
Create a client for the Amazon SimpleDB Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleDB Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleDBClient(AWSCredentials, AmazonSimpleDBConfig) |
Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object.
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient()()()() |
Create a client for the Amazon SimpleEmailService 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String) |
Create a client for the Amazon SimpleEmailService Service with the default configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, String, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(RegionEndpoint) |
Create a client for the Amazon SimpleEmailService 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object.
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient()()()() |
Create a client for the Amazon SimpleNotificationService 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> |
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(AmazonSimpleNotificationServiceConfig) |
Create a client for the Amazon SimpleNotificationService 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> |
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(String, String) |
Create a client for the Amazon SimpleNotificationService Service with the default configuration
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(String, String, AmazonSimpleNotificationServiceConfig) |
Create a client for the Amazon SimpleNotificationService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(String, String, String, AmazonSimpleNotificationServiceConfig) |
Create a client for the Amazon SimpleNotificationService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(RegionEndpoint) |
Create a client for the Amazon SimpleNotificationService 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> |
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(String, String, RegionEndpoint) |
Create a client for the Amazon SimpleNotificationService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleNotificationService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(AWSCredentials) |
Create a client for the Amazon SimpleNotificationService Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleNotificationServiceClient(AWSCredentials, AmazonSimpleNotificationServiceConfig) |
Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and an AmazonSimpleNotificationService Configuration object.
|
![]() ![]() | CreateAmazonSimpleWorkflowClient()()()() |
Create a client for the Amazon SimpleWorkflow 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> |
![]() ![]() | CreateAmazonSimpleWorkflowClient(AmazonSimpleWorkflowConfig) |
Create a client for the Amazon SimpleWorkflow 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> |
![]() ![]() | CreateAmazonSimpleWorkflowClient(String, String) |
Create a client for the Amazon SimpleWorkflow Service with the default configuration
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(String, String, AmazonSimpleWorkflowConfig) |
Create a client for the Amazon SimpleWorkflow Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(String, String, String, AmazonSimpleWorkflowConfig) |
Create a client for the Amazon SimpleWorkflow Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(RegionEndpoint) |
Create a client for the Amazon SimpleWorkflow 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> |
![]() ![]() | CreateAmazonSimpleWorkflowClient(String, String, RegionEndpoint) |
Create a client for the Amazon SimpleWorkflow Service with the specified region
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleWorkflow Service with the specified region
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(AWSCredentials) |
Create a client for the Amazon SimpleWorkflow Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleWorkflowClient(AWSCredentials, AmazonSimpleWorkflowConfig) |
Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and an AmazonSimpleWorkflow Configuration object.
|
![]() ![]() | CreateAmazonSQSClient()()()() |
Create a client for the Amazon SQS 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> |
![]() ![]() | CreateAmazonSQSClient(AmazonSQSConfig) |
Create a client for the Amazon SQS 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> |
![]() ![]() | CreateAmazonSQSClient(String, String) |
Create a client for the Amazon SQS Service with the default configuration
|
![]() ![]() | CreateAmazonSQSClient(String, String, AmazonSQSConfig) |
Create a client for the Amazon SQS Service with the specified configuration
|
![]() ![]() | CreateAmazonSQSClient(String, String, String, AmazonSQSConfig) |
Create a client for the Amazon SQS Service with the specified configuration
|
![]() ![]() | CreateAmazonSQSClient(RegionEndpoint) |
Create a client for the Amazon SQS 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> |
![]() ![]() | CreateAmazonSQSClient(String, String, RegionEndpoint) |
Create a client for the Amazon SQS Service with the specified region
|
![]() ![]() | CreateAmazonSQSClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SQS Service with the specified region
|
![]() ![]() | CreateAmazonSQSClient(AWSCredentials) |
Create a client for the Amazon SQS Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSQSClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SQS Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSQSClient(AWSCredentials, AmazonSQSConfig) |
Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object.
|
![]() ![]() | CreateAmazonStorageGatewayClient()()()() |
Create a client for the Amazon StorageGateway 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> |
![]() ![]() | CreateAmazonStorageGatewayClient(AmazonStorageGatewayConfig) |
Create a client for the Amazon StorageGateway 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> |
![]() ![]() | CreateAmazonStorageGatewayClient(String, String) |
Create a client for the Amazon StorageGateway Service with the default configuration
|
![]() ![]() | CreateAmazonStorageGatewayClient(String, String, AmazonStorageGatewayConfig) |
Create a client for the Amazon StorageGateway Service with the specified configuration
|
![]() ![]() | CreateAmazonStorageGatewayClient(String, String, String, AmazonStorageGatewayConfig) |
Create a client for the Amazon StorageGateway Service with the specified configuration
|
![]() ![]() | CreateAmazonStorageGatewayClient(RegionEndpoint) |
Create a client for the Amazon StorageGateway 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> |
![]() ![]() | CreateAmazonStorageGatewayClient(String, String, RegionEndpoint) |
Create a client for the Amazon StorageGateway Service with the specified region
|
![]() ![]() | CreateAmazonStorageGatewayClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon StorageGateway Service with the specified region
|
![]() ![]() | CreateAmazonStorageGatewayClient(AWSCredentials) |
Create a client for the Amazon StorageGateway Service with AWSCredentials.
|
![]() ![]() | CreateAmazonStorageGatewayClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon StorageGateway Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonStorageGatewayClient(AWSCredentials, AmazonStorageGatewayConfig) |
Create a client for the Amazon StorageGateway Service with AWSCredentials and an AmazonStorageGateway Configuration object.
|

Object | |
![]() | AWSClientFactory |