C# Класс Amazon.AWSClientFactory

The Amazon Web Services SDK provides devlopers 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.

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAmazonAWSSupportClient ( ) : IAmazonAWSSupport

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 ( AWSCredentials credentials ) : IAmazonAWSSupport

Create a client for the Amazon AWSSupport Service with AWSCredentials.

CreateAmazonAWSSupportClient ( AWSCredentials credentials, AmazonAWSSupportConfig config ) : IAmazonAWSSupport

Create a client for the Amazon AWSSupport Service with AWSCredentials and an AmazonAWSSupport Configuration object.

CreateAmazonAWSSupportClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonAWSSupport

Create a client for the Amazon AWSSupport Service with AWSCredentials and region.

CreateAmazonAWSSupportClient ( AmazonAWSSupportConfig config ) : IAmazonAWSSupport

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 ( RegionEndpoint region ) : IAmazonAWSSupport

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonAWSSupport

Create a client for the Amazon AWSSupport Service with the default configuration

CreateAmazonAWSSupportClient ( string awsAccessKey, string awsSecretAccessKey, AmazonAWSSupportConfig config ) : IAmazonAWSSupport

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

CreateAmazonAWSSupportClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonAWSSupport

Create a client for the Amazon AWSSupport Service with the specified region

CreateAmazonAutoScalingClient ( ) : IAmazonAutoScaling

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 ( AWSCredentials credentials ) : IAmazonAutoScaling

Create a client for the Amazon AutoScaling Service with AWSCredentials.

CreateAmazonAutoScalingClient ( AWSCredentials credentials, AmazonAutoScalingConfig config ) : IAmazonAutoScaling

Create a client for the Amazon AutoScaling Service with AWSCredentials and an AmazonAutoScaling Configuration object.

CreateAmazonAutoScalingClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonAutoScaling

Create a client for the Amazon AutoScaling Service with AWSCredentials and region.

CreateAmazonAutoScalingClient ( AmazonAutoScalingConfig config ) : IAmazonAutoScaling

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 ( RegionEndpoint region ) : IAmazonAutoScaling

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonAutoScaling

Create a client for the Amazon AutoScaling Service with the default configuration

CreateAmazonAutoScalingClient ( string awsAccessKey, string awsSecretAccessKey, AmazonAutoScalingConfig config ) : IAmazonAutoScaling

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

CreateAmazonAutoScalingClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonAutoScaling

Create a client for the Amazon AutoScaling Service with the specified region

CreateAmazonCloudFormationClient ( ) : IAmazonCloudFormation

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 ( AWSCredentials credentials ) : IAmazonCloudFormation

Create a client for the Amazon CloudFormation Service with AWSCredentials.

CreateAmazonCloudFormationClient ( AWSCredentials credentials, AmazonCloudFormationConfig config ) : IAmazonCloudFormation

Create a client for the Amazon CloudFormation Service with AWSCredentials and an AmazonCloudFormation Configuration object.

CreateAmazonCloudFormationClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudFormation

Create a client for the Amazon CloudFormation Service with AWSCredentials and region.

CreateAmazonCloudFormationClient ( AmazonCloudFormationConfig config ) : IAmazonCloudFormation

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 ( RegionEndpoint region ) : IAmazonCloudFormation

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudFormation

Create a client for the Amazon CloudFormation Service with the default configuration

CreateAmazonCloudFormationClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudFormationConfig config ) : IAmazonCloudFormation

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

CreateAmazonCloudFormationClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudFormation

Create a client for the Amazon CloudFormation Service with the specified region

CreateAmazonCloudFrontClient ( ) : IAmazonCloudFront

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 ( AWSCredentials credentials ) : IAmazonCloudFront

Create a client for the Amazon CloudFront Service with AWSCredentials.

CreateAmazonCloudFrontClient ( AWSCredentials credentials, AmazonCloudFrontConfig config ) : IAmazonCloudFront

Create a client for the Amazon CloudFront Service with AWSCredentials and an AmazonCloudFront Configuration object.

CreateAmazonCloudFrontClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudFront

Create a client for the Amazon CloudFront Service with AWSCredentials and region.

CreateAmazonCloudFrontClient ( AmazonCloudFrontConfig config ) : IAmazonCloudFront

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 ( RegionEndpoint region ) : IAmazonCloudFront

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudFront

Create a client for the Amazon CloudFront Service with the default configuration

CreateAmazonCloudFrontClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudFrontConfig config ) : IAmazonCloudFront

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

CreateAmazonCloudFrontClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudFront

Create a client for the Amazon CloudFront Service with the specified region

CreateAmazonCloudSearchClient ( ) : IAmazonCloudSearch

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 ( AWSCredentials credentials ) : IAmazonCloudSearch

Create a client for the Amazon CloudSearch Service with AWSCredentials.

CreateAmazonCloudSearchClient ( AWSCredentials credentials, AmazonCloudSearchConfig config ) : IAmazonCloudSearch

Create a client for the Amazon CloudSearch Service with AWSCredentials and an AmazonCloudSearch Configuration object.

CreateAmazonCloudSearchClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudSearch

Create a client for the Amazon CloudSearch Service with AWSCredentials and region.

CreateAmazonCloudSearchClient ( AmazonCloudSearchConfig config ) : IAmazonCloudSearch

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 ( RegionEndpoint region ) : IAmazonCloudSearch

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudSearch

Create a client for the Amazon CloudSearch Service with the default configuration

CreateAmazonCloudSearchClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudSearchConfig config ) : IAmazonCloudSearch

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

CreateAmazonCloudSearchClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudSearch

Create a client for the Amazon CloudSearch Service with the specified region

CreateAmazonCloudTrailClient ( ) : IAmazonCloudTrail

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 ( AWSCredentials credentials ) : IAmazonCloudTrail

Create a client for the Amazon CloudTrail Service with AWSCredentials.

CreateAmazonCloudTrailClient ( AWSCredentials credentials, AmazonCloudTrailConfig config ) : IAmazonCloudTrail

Create a client for the Amazon CloudTrail Service with AWSCredentials and an AmazonCloudTrail Configuration object.

CreateAmazonCloudTrailClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudTrail

Create a client for the Amazon CloudTrail Service with AWSCredentials and region.

CreateAmazonCloudTrailClient ( AmazonCloudTrailConfig config ) : IAmazonCloudTrail

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 ( RegionEndpoint region ) : IAmazonCloudTrail

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudTrail

Create a client for the Amazon CloudTrail Service with the default configuration

CreateAmazonCloudTrailClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudTrailConfig config ) : IAmazonCloudTrail

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

CreateAmazonCloudTrailClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudTrail

Create a client for the Amazon CloudTrail Service with the specified region

CreateAmazonCloudWatchClient ( ) : IAmazonCloudWatch

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 ( AWSCredentials credentials ) : IAmazonCloudWatch

Create a client for the Amazon CloudWatch Service with AWSCredentials.

CreateAmazonCloudWatchClient ( AWSCredentials credentials, AmazonCloudWatchConfig config ) : IAmazonCloudWatch

Create a client for the Amazon CloudWatch Service with AWSCredentials and an AmazonCloudWatch Configuration object.

CreateAmazonCloudWatchClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudWatch

Create a client for the Amazon CloudWatch Service with AWSCredentials and region.

CreateAmazonCloudWatchClient ( AmazonCloudWatchConfig config ) : IAmazonCloudWatch

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 ( RegionEndpoint region ) : IAmazonCloudWatch

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudWatch

Create a client for the Amazon CloudWatch Service with the default configuration

CreateAmazonCloudWatchClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudWatchConfig config ) : IAmazonCloudWatch

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

CreateAmazonCloudWatchClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudWatch

Create a client for the Amazon CloudWatch Service with the specified region

CreateAmazonDataPipelineClient ( ) : IAmazonDataPipeline

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 ( AWSCredentials credentials ) : IAmazonDataPipeline

Create a client for the Amazon DataPipeline Service with AWSCredentials.

CreateAmazonDataPipelineClient ( AWSCredentials credentials, AmazonDataPipelineConfig config ) : IAmazonDataPipeline

Create a client for the Amazon DataPipeline Service with AWSCredentials and an AmazonDataPipeline Configuration object.

CreateAmazonDataPipelineClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDataPipeline

Create a client for the Amazon DataPipeline Service with AWSCredentials and region.

CreateAmazonDataPipelineClient ( AmazonDataPipelineConfig config ) : IAmazonDataPipeline

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 ( RegionEndpoint region ) : IAmazonDataPipeline

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonDataPipeline

Create a client for the Amazon DataPipeline Service with the default configuration

CreateAmazonDataPipelineClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDataPipelineConfig config ) : IAmazonDataPipeline

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

CreateAmazonDataPipelineClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDataPipeline

Create a client for the Amazon DataPipeline Service with the specified region

CreateAmazonDirectConnectClient ( ) : IAmazonDirectConnect

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 ( AWSCredentials credentials ) : IAmazonDirectConnect

Create a client for the Amazon DirectConnect Service with AWSCredentials.

CreateAmazonDirectConnectClient ( AWSCredentials credentials, AmazonDirectConnectConfig config ) : IAmazonDirectConnect

Create a client for the Amazon DirectConnect Service with AWSCredentials and an AmazonDirectConnect Configuration object.

CreateAmazonDirectConnectClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDirectConnect

Create a client for the Amazon DirectConnect Service with AWSCredentials and region.

CreateAmazonDirectConnectClient ( AmazonDirectConnectConfig config ) : IAmazonDirectConnect

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 ( RegionEndpoint region ) : IAmazonDirectConnect

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonDirectConnect

Create a client for the Amazon DirectConnect Service with the default configuration

CreateAmazonDirectConnectClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDirectConnectConfig config ) : IAmazonDirectConnect

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

CreateAmazonDirectConnectClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDirectConnect

Create a client for the Amazon DirectConnect Service with the specified region

CreateAmazonDynamoDBClient ( ) : IAmazonDynamoDB

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 ( AWSCredentials credentials ) : IAmazonDynamoDB

Create a client for the Amazon DynamoDB Service with AWSCredentials.

CreateAmazonDynamoDBClient ( AWSCredentials credentials, AmazonDynamoDBConfig config ) : IAmazonDynamoDB

Create a client for the Amazon DynamoDB Service with AWSCredentials and an AmazonDynamoDB Configuration object.

CreateAmazonDynamoDBClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDynamoDB

Create a client for the Amazon DynamoDB Service with AWSCredentials and region.

CreateAmazonDynamoDBClient ( AmazonDynamoDBConfig config ) : IAmazonDynamoDB

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 ( RegionEndpoint region ) : IAmazonDynamoDB

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonDynamoDB

Create a client for the Amazon DynamoDB Service with the default configuration

CreateAmazonDynamoDBClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDynamoDBConfig config ) : IAmazonDynamoDB

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

CreateAmazonDynamoDBClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDynamoDB

Create a client for the Amazon DynamoDB Service with the specified region

CreateAmazonEC2Client ( ) : IAmazonEC2

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 ( AWSCredentials credentials ) : IAmazonEC2

Create a client for the Amazon EC2 Service with AWSCredentials.

CreateAmazonEC2Client ( AWSCredentials credentials, AmazonEC2Config config ) : IAmazonEC2

Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.

CreateAmazonEC2Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonEC2

Create a client for the Amazon EC2 Service with AWSCredentials and region.

CreateAmazonEC2Client ( AmazonEC2Config config ) : IAmazonEC2

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 ( RegionEndpoint region ) : IAmazonEC2

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonEC2

Create a client for the Amazon EC2 Service with the default configuration

CreateAmazonEC2Client ( string awsAccessKey, string awsSecretAccessKey, AmazonEC2Config config ) : IAmazonEC2

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

CreateAmazonEC2Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonEC2

Create a client for the Amazon EC2 Service with the specified region

CreateAmazonElastiCacheClient ( ) : IAmazonElastiCache

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 ( AWSCredentials credentials ) : IAmazonElastiCache

Create a client for the Amazon ElastiCache Service with AWSCredentials.

CreateAmazonElastiCacheClient ( AWSCredentials credentials, AmazonElastiCacheConfig config ) : IAmazonElastiCache

Create a client for the Amazon ElastiCache Service with AWSCredentials and an AmazonElastiCache Configuration object.

CreateAmazonElastiCacheClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElastiCache

Create a client for the Amazon ElastiCache Service with AWSCredentials and region.

CreateAmazonElastiCacheClient ( AmazonElastiCacheConfig config ) : IAmazonElastiCache

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 ( RegionEndpoint region ) : IAmazonElastiCache

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonElastiCache

Create a client for the Amazon ElastiCache Service with the default configuration

CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElastiCacheConfig config ) : IAmazonElastiCache

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

CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElastiCache

Create a client for the Amazon ElastiCache Service with the specified region

CreateAmazonElasticBeanstalkClient ( ) : IAmazonElasticBeanstalk

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 ( AWSCredentials credentials ) : IAmazonElasticBeanstalk

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials.

CreateAmazonElasticBeanstalkClient ( AWSCredentials credentials, AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and an AmazonElasticBeanstalk Configuration object.

CreateAmazonElasticBeanstalkClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticBeanstalk

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and region.

CreateAmazonElasticBeanstalkClient ( AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk

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 ( RegionEndpoint region ) : IAmazonElasticBeanstalk

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticBeanstalk

Create a client for the Amazon ElasticBeanstalk Service with the default configuration

CreateAmazonElasticBeanstalkClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk

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

CreateAmazonElasticBeanstalkClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticBeanstalk

Create a client for the Amazon ElasticBeanstalk Service with the specified region

CreateAmazonElasticLoadBalancingClient ( ) : IAmazonElasticLoadBalancing

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 ( AWSCredentials credentials ) : IAmazonElasticLoadBalancing

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials.

CreateAmazonElasticLoadBalancingClient ( AWSCredentials credentials, AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and an AmazonElasticLoadBalancing Configuration object.

CreateAmazonElasticLoadBalancingClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticLoadBalancing

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and region.

CreateAmazonElasticLoadBalancingClient ( AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing

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 ( RegionEndpoint region ) : IAmazonElasticLoadBalancing

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticLoadBalancing

Create a client for the Amazon ElasticLoadBalancing Service with the default configuration

CreateAmazonElasticLoadBalancingClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing

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

CreateAmazonElasticLoadBalancingClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticLoadBalancing

Create a client for the Amazon ElasticLoadBalancing Service with the specified region

CreateAmazonElasticMapReduceClient ( ) : IAmazonElasticMapReduce

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 ( AWSCredentials credentials ) : IAmazonElasticMapReduce

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials.

CreateAmazonElasticMapReduceClient ( AWSCredentials credentials, AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and an AmazonElasticMapReduce Configuration object.

CreateAmazonElasticMapReduceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticMapReduce

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and region.

CreateAmazonElasticMapReduceClient ( AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce

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 ( RegionEndpoint region ) : IAmazonElasticMapReduce

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticMapReduce

Create a client for the Amazon ElasticMapReduce Service with the default configuration

CreateAmazonElasticMapReduceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce

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

CreateAmazonElasticMapReduceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticMapReduce

Create a client for the Amazon ElasticMapReduce Service with the specified region

CreateAmazonElasticTranscoderClient ( ) : IAmazonElasticTranscoder

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 ( AWSCredentials credentials ) : IAmazonElasticTranscoder

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials.

CreateAmazonElasticTranscoderClient ( AWSCredentials credentials, AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object.

CreateAmazonElasticTranscoderClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticTranscoder

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region.

CreateAmazonElasticTranscoderClient ( AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder

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 ( RegionEndpoint region ) : IAmazonElasticTranscoder

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticTranscoder

Create a client for the Amazon ElasticTranscoder Service with the default configuration

CreateAmazonElasticTranscoderClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder

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

CreateAmazonElasticTranscoderClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticTranscoder

Create a client for the Amazon ElasticTranscoder Service with the specified region

CreateAmazonGlacierClient ( ) : IAmazonGlacier

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 ( AWSCredentials credentials ) : IAmazonGlacier

Create a client for the Amazon Glacier Service with AWSCredentials.

CreateAmazonGlacierClient ( AWSCredentials credentials, AmazonGlacierConfig config ) : IAmazonGlacier

Create a client for the Amazon Glacier Service with AWSCredentials and an AmazonGlacier Configuration object.

CreateAmazonGlacierClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonGlacier

Create a client for the Amazon Glacier Service with AWSCredentials and region.

CreateAmazonGlacierClient ( AmazonGlacierConfig config ) : IAmazonGlacier

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 ( RegionEndpoint region ) : IAmazonGlacier

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonGlacier

Create a client for the Amazon Glacier Service with the default configuration

CreateAmazonGlacierClient ( string awsAccessKey, string awsSecretAccessKey, AmazonGlacierConfig config ) : IAmazonGlacier

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

CreateAmazonGlacierClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonGlacier

Create a client for the Amazon Glacier Service with the specified region

CreateAmazonIdentityManagementServiceClient ( ) : IAmazonIdentityManagementService

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 ( AWSCredentials credentials ) : IAmazonIdentityManagementService

Create a client for the Amazon IdentityManagementService Service with AWSCredentials.

CreateAmazonIdentityManagementServiceClient ( AWSCredentials credentials, AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService

Create a client for the Amazon IdentityManagementService Service with AWSCredentials and an AmazonIdentityManagementService Configuration object.

CreateAmazonIdentityManagementServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonIdentityManagementService

Create a client for the Amazon IdentityManagementService Service with AWSCredentials and region.

CreateAmazonIdentityManagementServiceClient ( AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService

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 ( RegionEndpoint region ) : IAmazonIdentityManagementService

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonIdentityManagementService

Create a client for the Amazon IdentityManagementService Service with the default configuration

CreateAmazonIdentityManagementServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService

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

CreateAmazonIdentityManagementServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonIdentityManagementService

Create a client for the Amazon IdentityManagementService Service with the specified region

CreateAmazonImportExportClient ( ) : IAmazonImportExport

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 ( AWSCredentials credentials ) : IAmazonImportExport

Create a client for the Amazon ImportExport Service with AWSCredentials.

CreateAmazonImportExportClient ( AWSCredentials credentials, AmazonImportExportConfig config ) : IAmazonImportExport

Create a client for the Amazon ImportExport Service with AWSCredentials and an AmazonImportExport Configuration object.

CreateAmazonImportExportClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonImportExport

Create a client for the Amazon ImportExport Service with AWSCredentials and region.

CreateAmazonImportExportClient ( AmazonImportExportConfig config ) : IAmazonImportExport

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 ( RegionEndpoint region ) : IAmazonImportExport

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonImportExport

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

CreateAmazonImportExportClient ( string awsAccessKey, string awsSecretAccessKey, AmazonImportExportConfig config ) : IAmazonImportExport

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

CreateAmazonImportExportClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonImportExport

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

CreateAmazonKinesisClient ( ) : IAmazonKinesis

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 ( AWSCredentials credentials ) : IAmazonKinesis

Create a client for the Amazon Kinesis Service with AWSCredentials.

CreateAmazonKinesisClient ( AWSCredentials credentials, AmazonKinesisConfig config ) : IAmazonKinesis

Create a client for the Amazon Kinesis Service with AWSCredentials and an AmazonKinesis Configuration object.

CreateAmazonKinesisClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonKinesis

Create a client for the Amazon Kinesis Service with AWSCredentials and region.

CreateAmazonKinesisClient ( AmazonKinesisConfig config ) : IAmazonKinesis

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 ( RegionEndpoint region ) : IAmazonKinesis

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonKinesis

Create a client for the Amazon Kinesis Service with the default configuration

CreateAmazonKinesisClient ( string awsAccessKey, string awsSecretAccessKey, AmazonKinesisConfig config ) : IAmazonKinesis

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

CreateAmazonKinesisClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonKinesis

Create a client for the Amazon Kinesis Service with the specified region

CreateAmazonOpsWorksClient ( ) : IAmazonOpsWorks

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 ( AWSCredentials credentials ) : IAmazonOpsWorks

Create a client for the Amazon OpsWorks Service with AWSCredentials.

CreateAmazonOpsWorksClient ( AWSCredentials credentials, AmazonOpsWorksConfig config ) : IAmazonOpsWorks

Create a client for the Amazon OpsWorks Service with AWSCredentials and an AmazonOpsWorks Configuration object.

CreateAmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonOpsWorks

Create a client for the Amazon OpsWorks Service with AWSCredentials and region.

CreateAmazonOpsWorksClient ( AmazonOpsWorksConfig config ) : IAmazonOpsWorks

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 ( RegionEndpoint region ) : IAmazonOpsWorks

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonOpsWorks

Create a client for the Amazon OpsWorks Service with the default configuration

CreateAmazonOpsWorksClient ( string awsAccessKey, string awsSecretAccessKey, AmazonOpsWorksConfig config ) : IAmazonOpsWorks

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

CreateAmazonOpsWorksClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonOpsWorks

Create a client for the Amazon OpsWorks Service with the specified region

CreateAmazonRDSClient ( ) : IAmazonRDS

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 ( AWSCredentials credentials ) : IAmazonRDS

Create a client for the Amazon RDS Service with AWSCredentials.

CreateAmazonRDSClient ( AWSCredentials credentials, AmazonRDSConfig config ) : IAmazonRDS

Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object.

CreateAmazonRDSClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRDS

Create a client for the Amazon RDS Service with AWSCredentials and region.

CreateAmazonRDSClient ( AmazonRDSConfig config ) : IAmazonRDS

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 ( RegionEndpoint region ) : IAmazonRDS

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonRDS

Create a client for the Amazon RDS Service with the default configuration

CreateAmazonRDSClient ( string awsAccessKey, string awsSecretAccessKey, AmazonRDSConfig config ) : IAmazonRDS

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

CreateAmazonRDSClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRDS

Create a client for the Amazon RDS Service with the specified region

CreateAmazonRedshiftClient ( ) : IAmazonRedshift

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 ( AWSCredentials credentials ) : IAmazonRedshift

Create a client for the Amazon Redshift Service with AWSCredentials.

CreateAmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig config ) : IAmazonRedshift

Create a client for the Amazon Redshift Service with AWSCredentials and an AmazonRedshift Configuration object.

CreateAmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRedshift

Create a client for the Amazon Redshift Service with AWSCredentials and region.

CreateAmazonRedshiftClient ( AmazonRedshiftConfig config ) : IAmazonRedshift

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 ( RegionEndpoint region ) : IAmazonRedshift

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonRedshift

Create a client for the Amazon Redshift Service with the default configuration

CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, AmazonRedshiftConfig config ) : IAmazonRedshift

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

CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRedshift

Create a client for the Amazon Redshift Service with the specified region

CreateAmazonRoute53Client ( ) : IAmazonRoute53

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 ( AWSCredentials credentials ) : IAmazonRoute53

Create a client for the Amazon Route53 Service with AWSCredentials.

CreateAmazonRoute53Client ( AWSCredentials credentials, AmazonRoute53Config config ) : IAmazonRoute53

Create a client for the Amazon Route53 Service with AWSCredentials and an AmazonRoute53 Configuration object.

CreateAmazonRoute53Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRoute53

Create a client for the Amazon Route53 Service with AWSCredentials and region.

CreateAmazonRoute53Client ( AmazonRoute53Config config ) : IAmazonRoute53

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 ( RegionEndpoint region ) : IAmazonRoute53

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonRoute53

Create a client for the Amazon Route53 Service with the default configuration

CreateAmazonRoute53Client ( string awsAccessKey, string awsSecretAccessKey, AmazonRoute53Config config ) : IAmazonRoute53

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

CreateAmazonRoute53Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRoute53

Create a client for the Amazon Route53 Service with the specified region

CreateAmazonS3Client ( ) : IAmazonS3

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 ( AWSCredentials credentials ) : IAmazonS3

Create a client for the Amazon S3 Service with AWSCredentials.

CreateAmazonS3Client ( AWSCredentials credentials, AmazonS3Config config ) : IAmazonS3

Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object.

CreateAmazonS3Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonS3

Create a client for the Amazon S3 Service with AWSCredentials and region.

CreateAmazonS3Client ( AmazonS3Config config ) : IAmazonS3

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 ( RegionEndpoint region ) : IAmazonS3

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonS3

Create a client for the Amazon S3 Service with the default configuration

CreateAmazonS3Client ( string awsAccessKey, string awsSecretAccessKey, AmazonS3Config config ) : IAmazonS3

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

CreateAmazonS3Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonS3

Create a client for the Amazon S3 Service with the specified region

CreateAmazonSQSClient ( ) : IAmazonSQS

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 ( AWSCredentials credentials ) : IAmazonSQS

Create a client for the Amazon SQS Service with AWSCredentials.

CreateAmazonSQSClient ( AWSCredentials credentials, AmazonSQSConfig config ) : IAmazonSQS

Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object.

CreateAmazonSQSClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSQS

Create a client for the Amazon SQS Service with AWSCredentials and region.

CreateAmazonSQSClient ( AmazonSQSConfig config ) : IAmazonSQS

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 ( RegionEndpoint region ) : IAmazonSQS

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSQS

Create a client for the Amazon SQS Service with the default configuration

CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSQSConfig config ) : IAmazonSQS

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

CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSQS

Create a client for the Amazon SQS Service with the specified region

CreateAmazonSecurityTokenServiceClient ( ) : IAmazonSecurityTokenService

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 ( AWSCredentials credentials ) : IAmazonSecurityTokenService

Create a client for the Amazon SecurityTokenService Service with AWSCredentials.

CreateAmazonSecurityTokenServiceClient ( AWSCredentials credentials, AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService

Create a client for the Amazon SecurityTokenService Service with AWSCredentials and an AmazonSecurityTokenService Configuration object.

CreateAmazonSecurityTokenServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSecurityTokenService

Create a client for the Amazon SecurityTokenService Service with AWSCredentials and region.

CreateAmazonSecurityTokenServiceClient ( AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService

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 ( RegionEndpoint region ) : IAmazonSecurityTokenService

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSecurityTokenService

Create a client for the Amazon SecurityTokenService Service with the default configuration

CreateAmazonSecurityTokenServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService

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

CreateAmazonSecurityTokenServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSecurityTokenService

Create a client for the Amazon SecurityTokenService Service with the specified region

CreateAmazonSimpleDBClient ( ) : IAmazonSimpleDB

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 ( AWSCredentials credentials ) : IAmazonSimpleDB

Create a client for the Amazon SimpleDB Service with AWSCredentials.

CreateAmazonSimpleDBClient ( AWSCredentials credentials, AmazonSimpleDBConfig config ) : IAmazonSimpleDB

Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object.

CreateAmazonSimpleDBClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleDB

Create a client for the Amazon SimpleDB Service with AWSCredentials and region.

CreateAmazonSimpleDBClient ( AmazonSimpleDBConfig config ) : IAmazonSimpleDB

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 ( RegionEndpoint region ) : IAmazonSimpleDB

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleDB

Create a client for the Amazon SimpleDB Service with the default configuration

CreateAmazonSimpleDBClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleDBConfig config ) : IAmazonSimpleDB

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

CreateAmazonSimpleDBClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleDB

Create a client for the Amazon SimpleDB Service with the specified region

CreateAmazonSimpleEmailServiceClient ( ) : IAmazonSimpleEmailService

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 ( AWSCredentials credentials ) : IAmazonSimpleEmailService

Create a client for the Amazon SimpleEmailService Service with AWSCredentials.

CreateAmazonSimpleEmailServiceClient ( AWSCredentials credentials, AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService

Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object.

CreateAmazonSimpleEmailServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleEmailService

Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region.

CreateAmazonSimpleEmailServiceClient ( AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService

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 ( RegionEndpoint region ) : IAmazonSimpleEmailService

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleEmailService

Create a client for the Amazon SimpleEmailService Service with the default configuration

CreateAmazonSimpleEmailServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService

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

CreateAmazonSimpleEmailServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleEmailService

Create a client for the Amazon SimpleEmailService Service with the specified region

CreateAmazonSimpleNotificationServiceClient ( ) : IAmazonSimpleNotificationService

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 ( AWSCredentials credentials ) : IAmazonSimpleNotificationService

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials.

CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and an AmazonSimpleNotificationService Configuration object.

CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleNotificationService

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region.

CreateAmazonSimpleNotificationServiceClient ( AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService

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 ( RegionEndpoint region ) : IAmazonSimpleNotificationService

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleNotificationService

Create a client for the Amazon SimpleNotificationService Service with the default configuration

CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService

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

CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleNotificationService

Create a client for the Amazon SimpleNotificationService Service with the specified region

CreateAmazonSimpleWorkflowClient ( ) : IAmazonSimpleWorkflow

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 ( AWSCredentials credentials ) : IAmazonSimpleWorkflow

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials.

CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and an AmazonSimpleWorkflow Configuration object.

CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleWorkflow

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and region.

CreateAmazonSimpleWorkflowClient ( AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow

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 ( RegionEndpoint region ) : IAmazonSimpleWorkflow

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleWorkflow

Create a client for the Amazon SimpleWorkflow Service with the default configuration

CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow

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

CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleWorkflow

Create a client for the Amazon SimpleWorkflow Service with the specified region

CreateAmazonStorageGatewayClient ( ) : IAmazonStorageGateway

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 ( AWSCredentials credentials ) : IAmazonStorageGateway

Create a client for the Amazon StorageGateway Service with AWSCredentials.

CreateAmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway

Create a client for the Amazon StorageGateway Service with AWSCredentials and an AmazonStorageGateway Configuration object.

CreateAmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonStorageGateway

Create a client for the Amazon StorageGateway Service with AWSCredentials and region.

CreateAmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : IAmazonStorageGateway

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 ( RegionEndpoint region ) : IAmazonStorageGateway

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 awsAccessKey, string awsSecretAccessKey ) : IAmazonStorageGateway

Create a client for the Amazon StorageGateway Service with the default configuration

CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway

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

CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonStorageGateway

Create a client for the Amazon StorageGateway Service with the specified region

Описание методов

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>
public static CreateAmazonAWSSupportClient ( ) : IAmazonAWSSupport
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with AWSCredentials.
public static CreateAmazonAWSSupportClient ( AWSCredentials credentials ) : IAmazonAWSSupport
credentials AWSCredentials AWS Credentials
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with AWSCredentials and an AmazonAWSSupport Configuration object.
public static CreateAmazonAWSSupportClient ( AWSCredentials credentials, AmazonAWSSupportConfig config ) : IAmazonAWSSupport
credentials AWSCredentials AWS Credentials
config AmazonAWSSupportConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with AWSCredentials and region.
public static CreateAmazonAWSSupportClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonAWSSupport
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonAWSSupport

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>
public static CreateAmazonAWSSupportClient ( AmazonAWSSupportConfig config ) : IAmazonAWSSupport
config AmazonAWSSupportConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonAWSSupport

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>
public static CreateAmazonAWSSupportClient ( RegionEndpoint region ) : IAmazonAWSSupport
region RegionEndpoint The region to connect to.
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with the default configuration
public static CreateAmazonAWSSupportClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonAWSSupport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with the specified configuration
public static CreateAmazonAWSSupportClient ( string awsAccessKey, string awsSecretAccessKey, AmazonAWSSupportConfig config ) : IAmazonAWSSupport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonAWSSupportConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonAWSSupport

CreateAmazonAWSSupportClient() публичный статический Метод

Create a client for the Amazon AWSSupport Service with the specified region
public static CreateAmazonAWSSupportClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonAWSSupport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonAWSSupport

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>
public static CreateAmazonAutoScalingClient ( ) : IAmazonAutoScaling
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with AWSCredentials.
public static CreateAmazonAutoScalingClient ( AWSCredentials credentials ) : IAmazonAutoScaling
credentials AWSCredentials AWS Credentials
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with AWSCredentials and an AmazonAutoScaling Configuration object.
public static CreateAmazonAutoScalingClient ( AWSCredentials credentials, AmazonAutoScalingConfig config ) : IAmazonAutoScaling
credentials AWSCredentials AWS Credentials
config Amazon.AutoScaling.AmazonAutoScalingConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with AWSCredentials and region.
public static CreateAmazonAutoScalingClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonAutoScaling
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonAutoScaling

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>
public static CreateAmazonAutoScalingClient ( AmazonAutoScalingConfig config ) : IAmazonAutoScaling
config Amazon.AutoScaling.AmazonAutoScalingConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonAutoScaling

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>
public static CreateAmazonAutoScalingClient ( RegionEndpoint region ) : IAmazonAutoScaling
region RegionEndpoint The region to connect to.
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with the default configuration
public static CreateAmazonAutoScalingClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonAutoScaling
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with the specified configuration
public static CreateAmazonAutoScalingClient ( string awsAccessKey, string awsSecretAccessKey, AmazonAutoScalingConfig config ) : IAmazonAutoScaling
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config Amazon.AutoScaling.AmazonAutoScalingConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonAutoScaling

CreateAmazonAutoScalingClient() публичный статический Метод

Create a client for the Amazon AutoScaling Service with the specified region
public static CreateAmazonAutoScalingClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonAutoScaling
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonAutoScaling

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>
public static CreateAmazonCloudFormationClient ( ) : IAmazonCloudFormation
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with AWSCredentials.
public static CreateAmazonCloudFormationClient ( AWSCredentials credentials ) : IAmazonCloudFormation
credentials AWSCredentials AWS Credentials
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with AWSCredentials and an AmazonCloudFormation Configuration object.
public static CreateAmazonCloudFormationClient ( AWSCredentials credentials, AmazonCloudFormationConfig config ) : IAmazonCloudFormation
credentials AWSCredentials AWS Credentials
config AmazonCloudFormationConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with AWSCredentials and region.
public static CreateAmazonCloudFormationClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudFormation
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFormation

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>
public static CreateAmazonCloudFormationClient ( AmazonCloudFormationConfig config ) : IAmazonCloudFormation
config AmazonCloudFormationConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudFormation

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>
public static CreateAmazonCloudFormationClient ( RegionEndpoint region ) : IAmazonCloudFormation
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with the default configuration
public static CreateAmazonCloudFormationClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudFormation
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with the specified configuration
public static CreateAmazonCloudFormationClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudFormationConfig config ) : IAmazonCloudFormation
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonCloudFormationConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonCloudFormation

CreateAmazonCloudFormationClient() публичный статический Метод

Create a client for the Amazon CloudFormation Service with the specified region
public static CreateAmazonCloudFormationClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudFormation
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFormation

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>
public static CreateAmazonCloudFrontClient ( ) : IAmazonCloudFront
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with AWSCredentials.
public static CreateAmazonCloudFrontClient ( AWSCredentials credentials ) : IAmazonCloudFront
credentials AWSCredentials AWS Credentials
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with AWSCredentials and an AmazonCloudFront Configuration object.
public static CreateAmazonCloudFrontClient ( AWSCredentials credentials, AmazonCloudFrontConfig config ) : IAmazonCloudFront
credentials AWSCredentials AWS Credentials
config Amazon.CloudFront.AmazonCloudFrontConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with AWSCredentials and region.
public static CreateAmazonCloudFrontClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudFront
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFront

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>
public static CreateAmazonCloudFrontClient ( AmazonCloudFrontConfig config ) : IAmazonCloudFront
config Amazon.CloudFront.AmazonCloudFrontConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudFront

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>
public static CreateAmazonCloudFrontClient ( RegionEndpoint region ) : IAmazonCloudFront
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with the default configuration
public static CreateAmazonCloudFrontClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudFront
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with the specified configuration
public static CreateAmazonCloudFrontClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudFrontConfig config ) : IAmazonCloudFront
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config Amazon.CloudFront.AmazonCloudFrontConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonCloudFront

CreateAmazonCloudFrontClient() публичный статический Метод

Create a client for the Amazon CloudFront Service with the specified region
public static CreateAmazonCloudFrontClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudFront
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonCloudFront

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>
public static CreateAmazonCloudSearchClient ( ) : IAmazonCloudSearch
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with AWSCredentials.
public static CreateAmazonCloudSearchClient ( AWSCredentials credentials ) : IAmazonCloudSearch
credentials AWSCredentials AWS Credentials
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with AWSCredentials and an AmazonCloudSearch Configuration object.
public static CreateAmazonCloudSearchClient ( AWSCredentials credentials, AmazonCloudSearchConfig config ) : IAmazonCloudSearch
credentials AWSCredentials AWS Credentials
config AmazonCloudSearchConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with AWSCredentials and region.
public static CreateAmazonCloudSearchClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudSearch
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonCloudSearch

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>
public static CreateAmazonCloudSearchClient ( AmazonCloudSearchConfig config ) : IAmazonCloudSearch
config AmazonCloudSearchConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudSearch

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>
public static CreateAmazonCloudSearchClient ( RegionEndpoint region ) : IAmazonCloudSearch
region RegionEndpoint The region to connect to.
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with the default configuration
public static CreateAmazonCloudSearchClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudSearch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with the specified configuration
public static CreateAmazonCloudSearchClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudSearchConfig config ) : IAmazonCloudSearch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonCloudSearchConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonCloudSearch

CreateAmazonCloudSearchClient() публичный статический Метод

Create a client for the Amazon CloudSearch Service with the specified region
public static CreateAmazonCloudSearchClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudSearch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonCloudSearch

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>
public static CreateAmazonCloudTrailClient ( ) : IAmazonCloudTrail
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with AWSCredentials.
public static CreateAmazonCloudTrailClient ( AWSCredentials credentials ) : IAmazonCloudTrail
credentials AWSCredentials AWS Credentials
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with AWSCredentials and an AmazonCloudTrail Configuration object.
public static CreateAmazonCloudTrailClient ( AWSCredentials credentials, AmazonCloudTrailConfig config ) : IAmazonCloudTrail
credentials AWSCredentials AWS Credentials
config AmazonCloudTrailConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with AWSCredentials and region.
public static CreateAmazonCloudTrailClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudTrail
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonCloudTrail

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>
public static CreateAmazonCloudTrailClient ( AmazonCloudTrailConfig config ) : IAmazonCloudTrail
config AmazonCloudTrailConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudTrail

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>
public static CreateAmazonCloudTrailClient ( RegionEndpoint region ) : IAmazonCloudTrail
region RegionEndpoint The region to connect to.
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with the default configuration
public static CreateAmazonCloudTrailClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudTrail
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with the specified configuration
public static CreateAmazonCloudTrailClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudTrailConfig config ) : IAmazonCloudTrail
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonCloudTrailConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonCloudTrail

CreateAmazonCloudTrailClient() публичный статический Метод

Create a client for the Amazon CloudTrail Service with the specified region
public static CreateAmazonCloudTrailClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudTrail
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonCloudTrail

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>
public static CreateAmazonCloudWatchClient ( ) : IAmazonCloudWatch
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with AWSCredentials.
public static CreateAmazonCloudWatchClient ( AWSCredentials credentials ) : IAmazonCloudWatch
credentials AWSCredentials AWS Credentials
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with AWSCredentials and an AmazonCloudWatch Configuration object.
public static CreateAmazonCloudWatchClient ( AWSCredentials credentials, AmazonCloudWatchConfig config ) : IAmazonCloudWatch
credentials AWSCredentials AWS Credentials
config Amazon.CloudWatch.AmazonCloudWatchConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with AWSCredentials and region.
public static CreateAmazonCloudWatchClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonCloudWatch
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonCloudWatch

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>
public static CreateAmazonCloudWatchClient ( AmazonCloudWatchConfig config ) : IAmazonCloudWatch
config Amazon.CloudWatch.AmazonCloudWatchConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonCloudWatch

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>
public static CreateAmazonCloudWatchClient ( RegionEndpoint region ) : IAmazonCloudWatch
region RegionEndpoint The region to connect to.
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with the default configuration
public static CreateAmazonCloudWatchClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonCloudWatch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with the specified configuration
public static CreateAmazonCloudWatchClient ( string awsAccessKey, string awsSecretAccessKey, AmazonCloudWatchConfig config ) : IAmazonCloudWatch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config Amazon.CloudWatch.AmazonCloudWatchConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonCloudWatch

CreateAmazonCloudWatchClient() публичный статический Метод

Create a client for the Amazon CloudWatch Service with the specified region
public static CreateAmazonCloudWatchClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonCloudWatch
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonCloudWatch

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>
public static CreateAmazonDataPipelineClient ( ) : IAmazonDataPipeline
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with AWSCredentials.
public static CreateAmazonDataPipelineClient ( AWSCredentials credentials ) : IAmazonDataPipeline
credentials AWSCredentials AWS Credentials
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with AWSCredentials and an AmazonDataPipeline Configuration object.
public static CreateAmazonDataPipelineClient ( AWSCredentials credentials, AmazonDataPipelineConfig config ) : IAmazonDataPipeline
credentials AWSCredentials AWS Credentials
config AmazonDataPipelineConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with AWSCredentials and region.
public static CreateAmazonDataPipelineClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDataPipeline
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonDataPipeline

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>
public static CreateAmazonDataPipelineClient ( AmazonDataPipelineConfig config ) : IAmazonDataPipeline
config AmazonDataPipelineConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDataPipeline

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>
public static CreateAmazonDataPipelineClient ( RegionEndpoint region ) : IAmazonDataPipeline
region RegionEndpoint The region to connect to.
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with the default configuration
public static CreateAmazonDataPipelineClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonDataPipeline
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with the specified configuration
public static CreateAmazonDataPipelineClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDataPipelineConfig config ) : IAmazonDataPipeline
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonDataPipelineConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonDataPipeline

CreateAmazonDataPipelineClient() публичный статический Метод

Create a client for the Amazon DataPipeline Service with the specified region
public static CreateAmazonDataPipelineClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDataPipeline
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonDataPipeline

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>
public static CreateAmazonDirectConnectClient ( ) : IAmazonDirectConnect
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with AWSCredentials.
public static CreateAmazonDirectConnectClient ( AWSCredentials credentials ) : IAmazonDirectConnect
credentials AWSCredentials AWS Credentials
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with AWSCredentials and an AmazonDirectConnect Configuration object.
public static CreateAmazonDirectConnectClient ( AWSCredentials credentials, AmazonDirectConnectConfig config ) : IAmazonDirectConnect
credentials AWSCredentials AWS Credentials
config AmazonDirectConnectConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with AWSCredentials and region.
public static CreateAmazonDirectConnectClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDirectConnect
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonDirectConnect

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>
public static CreateAmazonDirectConnectClient ( AmazonDirectConnectConfig config ) : IAmazonDirectConnect
config AmazonDirectConnectConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDirectConnect

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>
public static CreateAmazonDirectConnectClient ( RegionEndpoint region ) : IAmazonDirectConnect
region RegionEndpoint The region to connect to.
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with the default configuration
public static CreateAmazonDirectConnectClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonDirectConnect
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with the specified configuration
public static CreateAmazonDirectConnectClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDirectConnectConfig config ) : IAmazonDirectConnect
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonDirectConnectConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonDirectConnect

CreateAmazonDirectConnectClient() публичный статический Метод

Create a client for the Amazon DirectConnect Service with the specified region
public static CreateAmazonDirectConnectClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDirectConnect
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonDirectConnect

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>
public static CreateAmazonDynamoDBClient ( ) : IAmazonDynamoDB
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with AWSCredentials.
public static CreateAmazonDynamoDBClient ( AWSCredentials credentials ) : IAmazonDynamoDB
credentials AWSCredentials AWS Credentials
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with AWSCredentials and an AmazonDynamoDB Configuration object.
public static CreateAmazonDynamoDBClient ( AWSCredentials credentials, AmazonDynamoDBConfig config ) : IAmazonDynamoDB
credentials AWSCredentials AWS Credentials
config AmazonDynamoDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with AWSCredentials and region.
public static CreateAmazonDynamoDBClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonDynamoDB
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonDynamoDB

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>
public static CreateAmazonDynamoDBClient ( AmazonDynamoDBConfig config ) : IAmazonDynamoDB
config AmazonDynamoDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonDynamoDB

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>
public static CreateAmazonDynamoDBClient ( RegionEndpoint region ) : IAmazonDynamoDB
region RegionEndpoint The region to connect to.
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with the default configuration
public static CreateAmazonDynamoDBClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonDynamoDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with the specified configuration
public static CreateAmazonDynamoDBClient ( string awsAccessKey, string awsSecretAccessKey, AmazonDynamoDBConfig config ) : IAmazonDynamoDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonDynamoDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonDynamoDB

CreateAmazonDynamoDBClient() публичный статический Метод

Create a client for the Amazon DynamoDB Service with the specified region
public static CreateAmazonDynamoDBClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonDynamoDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonDynamoDB

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>
public static CreateAmazonEC2Client ( ) : IAmazonEC2
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with AWSCredentials.
public static CreateAmazonEC2Client ( AWSCredentials credentials ) : IAmazonEC2
credentials AWSCredentials AWS Credentials
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.
public static CreateAmazonEC2Client ( AWSCredentials credentials, AmazonEC2Config config ) : IAmazonEC2
credentials AWSCredentials AWS Credentials
config Amazon.EC2.AmazonEC2Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with AWSCredentials and region.
public static CreateAmazonEC2Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonEC2
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonEC2

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>
public static CreateAmazonEC2Client ( AmazonEC2Config config ) : IAmazonEC2
config Amazon.EC2.AmazonEC2Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonEC2

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>
public static CreateAmazonEC2Client ( RegionEndpoint region ) : IAmazonEC2
region RegionEndpoint The region to connect to.
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with the default configuration
public static CreateAmazonEC2Client ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonEC2
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with the specified configuration
public static CreateAmazonEC2Client ( string awsAccessKey, string awsSecretAccessKey, AmazonEC2Config config ) : IAmazonEC2
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config Amazon.EC2.AmazonEC2Config Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonEC2

CreateAmazonEC2Client() публичный статический Метод

Create a client for the Amazon EC2 Service with the specified region
public static CreateAmazonEC2Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonEC2
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonEC2

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>
public static CreateAmazonElastiCacheClient ( ) : IAmazonElastiCache
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with AWSCredentials.
public static CreateAmazonElastiCacheClient ( AWSCredentials credentials ) : IAmazonElastiCache
credentials AWSCredentials AWS Credentials
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with AWSCredentials and an AmazonElastiCache Configuration object.
public static CreateAmazonElastiCacheClient ( AWSCredentials credentials, AmazonElastiCacheConfig config ) : IAmazonElastiCache
credentials AWSCredentials AWS Credentials
config AmazonElastiCacheConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with AWSCredentials and region.
public static CreateAmazonElastiCacheClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElastiCache
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonElastiCache

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>
public static CreateAmazonElastiCacheClient ( AmazonElastiCacheConfig config ) : IAmazonElastiCache
config AmazonElastiCacheConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElastiCache

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>
public static CreateAmazonElastiCacheClient ( RegionEndpoint region ) : IAmazonElastiCache
region RegionEndpoint The region to connect to.
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with the default configuration
public static CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElastiCache
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with the specified configuration
public static CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElastiCacheConfig config ) : IAmazonElastiCache
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonElastiCacheConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonElastiCache

CreateAmazonElastiCacheClient() публичный статический Метод

Create a client for the Amazon ElastiCache Service with the specified region
public static CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElastiCache
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonElastiCache

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>
public static CreateAmazonElasticBeanstalkClient ( ) : IAmazonElasticBeanstalk
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials.
public static CreateAmazonElasticBeanstalkClient ( AWSCredentials credentials ) : IAmazonElasticBeanstalk
credentials AWSCredentials AWS Credentials
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and an AmazonElasticBeanstalk Configuration object.
public static CreateAmazonElasticBeanstalkClient ( AWSCredentials credentials, AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk
credentials AWSCredentials AWS Credentials
config AmazonElasticBeanstalkConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and region.
public static CreateAmazonElasticBeanstalkClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticBeanstalk
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonElasticBeanstalk

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>
public static CreateAmazonElasticBeanstalkClient ( AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk
config AmazonElasticBeanstalkConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticBeanstalk

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>
public static CreateAmazonElasticBeanstalkClient ( RegionEndpoint region ) : IAmazonElasticBeanstalk
region RegionEndpoint The region to connect to.
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with the default configuration
public static CreateAmazonElasticBeanstalkClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticBeanstalk
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with the specified configuration
public static CreateAmazonElasticBeanstalkClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticBeanstalkConfig config ) : IAmazonElasticBeanstalk
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonElasticBeanstalkConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonElasticBeanstalk

CreateAmazonElasticBeanstalkClient() публичный статический Метод

Create a client for the Amazon ElasticBeanstalk Service with the specified region
public static CreateAmazonElasticBeanstalkClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticBeanstalk
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonElasticBeanstalk

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>
public static CreateAmazonElasticLoadBalancingClient ( ) : IAmazonElasticLoadBalancing
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials.
public static CreateAmazonElasticLoadBalancingClient ( AWSCredentials credentials ) : IAmazonElasticLoadBalancing
credentials AWSCredentials AWS Credentials
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and an AmazonElasticLoadBalancing Configuration object.
public static CreateAmazonElasticLoadBalancingClient ( AWSCredentials credentials, AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing
credentials AWSCredentials AWS Credentials
config AmazonElasticLoadBalancingConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and region.
public static CreateAmazonElasticLoadBalancingClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticLoadBalancing
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonElasticLoadBalancing

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>
public static CreateAmazonElasticLoadBalancingClient ( AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing
config AmazonElasticLoadBalancingConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticLoadBalancing

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>
public static CreateAmazonElasticLoadBalancingClient ( RegionEndpoint region ) : IAmazonElasticLoadBalancing
region RegionEndpoint The region to connect to.
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with the default configuration
public static CreateAmazonElasticLoadBalancingClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticLoadBalancing
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with the specified configuration
public static CreateAmazonElasticLoadBalancingClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticLoadBalancingConfig config ) : IAmazonElasticLoadBalancing
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonElasticLoadBalancingConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonElasticLoadBalancing

CreateAmazonElasticLoadBalancingClient() публичный статический Метод

Create a client for the Amazon ElasticLoadBalancing Service with the specified region
public static CreateAmazonElasticLoadBalancingClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticLoadBalancing
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonElasticLoadBalancing

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>
public static CreateAmazonElasticMapReduceClient ( ) : IAmazonElasticMapReduce
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials.
public static CreateAmazonElasticMapReduceClient ( AWSCredentials credentials ) : IAmazonElasticMapReduce
credentials AWSCredentials AWS Credentials
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and an AmazonElasticMapReduce Configuration object.
public static CreateAmazonElasticMapReduceClient ( AWSCredentials credentials, AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce
credentials AWSCredentials AWS Credentials
config AmazonElasticMapReduceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and region.
public static CreateAmazonElasticMapReduceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticMapReduce
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonElasticMapReduce

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>
public static CreateAmazonElasticMapReduceClient ( AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce
config AmazonElasticMapReduceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticMapReduce

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>
public static CreateAmazonElasticMapReduceClient ( RegionEndpoint region ) : IAmazonElasticMapReduce
region RegionEndpoint The region to connect to.
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with the default configuration
public static CreateAmazonElasticMapReduceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticMapReduce
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with the specified configuration
public static CreateAmazonElasticMapReduceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticMapReduceConfig config ) : IAmazonElasticMapReduce
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonElasticMapReduceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonElasticMapReduce

CreateAmazonElasticMapReduceClient() публичный статический Метод

Create a client for the Amazon ElasticMapReduce Service with the specified region
public static CreateAmazonElasticMapReduceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticMapReduce
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonElasticMapReduce

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>
public static CreateAmazonElasticTranscoderClient ( ) : IAmazonElasticTranscoder
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials.
public static CreateAmazonElasticTranscoderClient ( AWSCredentials credentials ) : IAmazonElasticTranscoder
credentials AWSCredentials AWS Credentials
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object.
public static CreateAmazonElasticTranscoderClient ( AWSCredentials credentials, AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder
credentials AWSCredentials AWS Credentials
config AmazonElasticTranscoderConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region.
public static CreateAmazonElasticTranscoderClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElasticTranscoder
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonElasticTranscoder

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>
public static CreateAmazonElasticTranscoderClient ( AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder
config AmazonElasticTranscoderConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonElasticTranscoder

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>
public static CreateAmazonElasticTranscoderClient ( RegionEndpoint region ) : IAmazonElasticTranscoder
region RegionEndpoint The region to connect to.
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with the default configuration
public static CreateAmazonElasticTranscoderClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElasticTranscoder
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with the specified configuration
public static CreateAmazonElasticTranscoderClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElasticTranscoderConfig config ) : IAmazonElasticTranscoder
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonElasticTranscoderConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonElasticTranscoder

CreateAmazonElasticTranscoderClient() публичный статический Метод

Create a client for the Amazon ElasticTranscoder Service with the specified region
public static CreateAmazonElasticTranscoderClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElasticTranscoder
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonElasticTranscoder

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>
public static CreateAmazonGlacierClient ( ) : IAmazonGlacier
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with AWSCredentials.
public static CreateAmazonGlacierClient ( AWSCredentials credentials ) : IAmazonGlacier
credentials AWSCredentials AWS Credentials
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with AWSCredentials and an AmazonGlacier Configuration object.
public static CreateAmazonGlacierClient ( AWSCredentials credentials, AmazonGlacierConfig config ) : IAmazonGlacier
credentials AWSCredentials AWS Credentials
config AmazonGlacierConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with AWSCredentials and region.
public static CreateAmazonGlacierClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonGlacier
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonGlacier

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>
public static CreateAmazonGlacierClient ( AmazonGlacierConfig config ) : IAmazonGlacier
config AmazonGlacierConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonGlacier

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>
public static CreateAmazonGlacierClient ( RegionEndpoint region ) : IAmazonGlacier
region RegionEndpoint The region to connect to.
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with the default configuration
public static CreateAmazonGlacierClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonGlacier
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with the specified configuration
public static CreateAmazonGlacierClient ( string awsAccessKey, string awsSecretAccessKey, AmazonGlacierConfig config ) : IAmazonGlacier
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonGlacierConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonGlacier

CreateAmazonGlacierClient() публичный статический Метод

Create a client for the Amazon Glacier Service with the specified region
public static CreateAmazonGlacierClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonGlacier
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonGlacier

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>
public static CreateAmazonIdentityManagementServiceClient ( ) : IAmazonIdentityManagementService
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with AWSCredentials.
public static CreateAmazonIdentityManagementServiceClient ( AWSCredentials credentials ) : IAmazonIdentityManagementService
credentials AWSCredentials AWS Credentials
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with AWSCredentials and an AmazonIdentityManagementService Configuration object.
public static CreateAmazonIdentityManagementServiceClient ( AWSCredentials credentials, AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService
credentials AWSCredentials AWS Credentials
config AmazonIdentityManagementServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with AWSCredentials and region.
public static CreateAmazonIdentityManagementServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonIdentityManagementService
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonIdentityManagementService

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>
public static CreateAmazonIdentityManagementServiceClient ( AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService
config AmazonIdentityManagementServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonIdentityManagementService

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>
public static CreateAmazonIdentityManagementServiceClient ( RegionEndpoint region ) : IAmazonIdentityManagementService
region RegionEndpoint The region to connect to.
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with the default configuration
public static CreateAmazonIdentityManagementServiceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonIdentityManagementService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with the specified configuration
public static CreateAmazonIdentityManagementServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonIdentityManagementServiceConfig config ) : IAmazonIdentityManagementService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonIdentityManagementServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonIdentityManagementService

CreateAmazonIdentityManagementServiceClient() публичный статический Метод

Create a client for the Amazon IdentityManagementService Service with the specified region
public static CreateAmazonIdentityManagementServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonIdentityManagementService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonIdentityManagementService

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>
public static CreateAmazonImportExportClient ( ) : IAmazonImportExport
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with AWSCredentials.
public static CreateAmazonImportExportClient ( AWSCredentials credentials ) : IAmazonImportExport
credentials AWSCredentials AWS Credentials
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with AWSCredentials and an AmazonImportExport Configuration object.
public static CreateAmazonImportExportClient ( AWSCredentials credentials, AmazonImportExportConfig config ) : IAmazonImportExport
credentials AWSCredentials AWS Credentials
config AmazonImportExportConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with AWSCredentials and region.
public static CreateAmazonImportExportClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonImportExport
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonImportExport

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>
public static CreateAmazonImportExportClient ( AmazonImportExportConfig config ) : IAmazonImportExport
config AmazonImportExportConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonImportExport

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>
public static CreateAmazonImportExportClient ( RegionEndpoint region ) : IAmazonImportExport
region RegionEndpoint The region to connect to.
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with the default configuration
public static CreateAmazonImportExportClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonImportExport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with the specified configuration
public static CreateAmazonImportExportClient ( string awsAccessKey, string awsSecretAccessKey, AmazonImportExportConfig config ) : IAmazonImportExport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonImportExportConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonImportExport

CreateAmazonImportExportClient() публичный статический Метод

Create a client for the Amazon ImportExport Service with the specified region
public static CreateAmazonImportExportClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonImportExport
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonImportExport

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>
public static CreateAmazonKinesisClient ( ) : IAmazonKinesis
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with AWSCredentials.
public static CreateAmazonKinesisClient ( AWSCredentials credentials ) : IAmazonKinesis
credentials AWSCredentials AWS Credentials
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with AWSCredentials and an AmazonKinesis Configuration object.
public static CreateAmazonKinesisClient ( AWSCredentials credentials, AmazonKinesisConfig config ) : IAmazonKinesis
credentials AWSCredentials AWS Credentials
config AmazonKinesisConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with AWSCredentials and region.
public static CreateAmazonKinesisClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonKinesis
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonKinesis

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>
public static CreateAmazonKinesisClient ( AmazonKinesisConfig config ) : IAmazonKinesis
config AmazonKinesisConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonKinesis

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>
public static CreateAmazonKinesisClient ( RegionEndpoint region ) : IAmazonKinesis
region RegionEndpoint The region to connect to.
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with the default configuration
public static CreateAmazonKinesisClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonKinesis
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with the specified configuration
public static CreateAmazonKinesisClient ( string awsAccessKey, string awsSecretAccessKey, AmazonKinesisConfig config ) : IAmazonKinesis
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonKinesisConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonKinesis

CreateAmazonKinesisClient() публичный статический Метод

Create a client for the Amazon Kinesis Service with the specified region
public static CreateAmazonKinesisClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonKinesis
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonKinesis

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>
public static CreateAmazonOpsWorksClient ( ) : IAmazonOpsWorks
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with AWSCredentials.
public static CreateAmazonOpsWorksClient ( AWSCredentials credentials ) : IAmazonOpsWorks
credentials AWSCredentials AWS Credentials
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with AWSCredentials and an AmazonOpsWorks Configuration object.
public static CreateAmazonOpsWorksClient ( AWSCredentials credentials, AmazonOpsWorksConfig config ) : IAmazonOpsWorks
credentials AWSCredentials AWS Credentials
config AmazonOpsWorksConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with AWSCredentials and region.
public static CreateAmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonOpsWorks
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonOpsWorks

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>
public static CreateAmazonOpsWorksClient ( AmazonOpsWorksConfig config ) : IAmazonOpsWorks
config AmazonOpsWorksConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonOpsWorks

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>
public static CreateAmazonOpsWorksClient ( RegionEndpoint region ) : IAmazonOpsWorks
region RegionEndpoint The region to connect to.
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with the default configuration
public static CreateAmazonOpsWorksClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonOpsWorks
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with the specified configuration
public static CreateAmazonOpsWorksClient ( string awsAccessKey, string awsSecretAccessKey, AmazonOpsWorksConfig config ) : IAmazonOpsWorks
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonOpsWorksConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonOpsWorks

CreateAmazonOpsWorksClient() публичный статический Метод

Create a client for the Amazon OpsWorks Service with the specified region
public static CreateAmazonOpsWorksClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonOpsWorks
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonOpsWorks

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>
public static CreateAmazonRDSClient ( ) : IAmazonRDS
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with AWSCredentials.
public static CreateAmazonRDSClient ( AWSCredentials credentials ) : IAmazonRDS
credentials AWSCredentials AWS Credentials
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object.
public static CreateAmazonRDSClient ( AWSCredentials credentials, AmazonRDSConfig config ) : IAmazonRDS
credentials AWSCredentials AWS Credentials
config AmazonRDSConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with AWSCredentials and region.
public static CreateAmazonRDSClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRDS
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonRDS

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>
public static CreateAmazonRDSClient ( AmazonRDSConfig config ) : IAmazonRDS
config AmazonRDSConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRDS

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>
public static CreateAmazonRDSClient ( RegionEndpoint region ) : IAmazonRDS
region RegionEndpoint The region to connect to.
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with the default configuration
public static CreateAmazonRDSClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonRDS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with the specified configuration
public static CreateAmazonRDSClient ( string awsAccessKey, string awsSecretAccessKey, AmazonRDSConfig config ) : IAmazonRDS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonRDSConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonRDS

CreateAmazonRDSClient() публичный статический Метод

Create a client for the Amazon RDS Service with the specified region
public static CreateAmazonRDSClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRDS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonRDS

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>
public static CreateAmazonRedshiftClient ( ) : IAmazonRedshift
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with AWSCredentials.
public static CreateAmazonRedshiftClient ( AWSCredentials credentials ) : IAmazonRedshift
credentials AWSCredentials AWS Credentials
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with AWSCredentials and an AmazonRedshift Configuration object.
public static CreateAmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig config ) : IAmazonRedshift
credentials AWSCredentials AWS Credentials
config AmazonRedshiftConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with AWSCredentials and region.
public static CreateAmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRedshift
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonRedshift

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>
public static CreateAmazonRedshiftClient ( AmazonRedshiftConfig config ) : IAmazonRedshift
config AmazonRedshiftConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRedshift

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>
public static CreateAmazonRedshiftClient ( RegionEndpoint region ) : IAmazonRedshift
region RegionEndpoint The region to connect to.
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with the default configuration
public static CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonRedshift
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with the specified configuration
public static CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, AmazonRedshiftConfig config ) : IAmazonRedshift
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonRedshiftConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonRedshift

CreateAmazonRedshiftClient() публичный статический Метод

Create a client for the Amazon Redshift Service with the specified region
public static CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRedshift
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonRedshift

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>
public static CreateAmazonRoute53Client ( ) : IAmazonRoute53
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with AWSCredentials.
public static CreateAmazonRoute53Client ( AWSCredentials credentials ) : IAmazonRoute53
credentials AWSCredentials AWS Credentials
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with AWSCredentials and an AmazonRoute53 Configuration object.
public static CreateAmazonRoute53Client ( AWSCredentials credentials, AmazonRoute53Config config ) : IAmazonRoute53
credentials AWSCredentials AWS Credentials
config AmazonRoute53Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with AWSCredentials and region.
public static CreateAmazonRoute53Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRoute53
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonRoute53

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>
public static CreateAmazonRoute53Client ( AmazonRoute53Config config ) : IAmazonRoute53
config AmazonRoute53Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonRoute53

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>
public static CreateAmazonRoute53Client ( RegionEndpoint region ) : IAmazonRoute53
region RegionEndpoint The region to connect to.
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with the default configuration
public static CreateAmazonRoute53Client ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonRoute53
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with the specified configuration
public static CreateAmazonRoute53Client ( string awsAccessKey, string awsSecretAccessKey, AmazonRoute53Config config ) : IAmazonRoute53
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonRoute53Config Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonRoute53

CreateAmazonRoute53Client() публичный статический Метод

Create a client for the Amazon Route53 Service with the specified region
public static CreateAmazonRoute53Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRoute53
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonRoute53

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>
public static CreateAmazonS3Client ( ) : IAmazonS3
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with AWSCredentials.
public static CreateAmazonS3Client ( AWSCredentials credentials ) : IAmazonS3
credentials AWSCredentials AWS Credentials
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object.
public static CreateAmazonS3Client ( AWSCredentials credentials, AmazonS3Config config ) : IAmazonS3
credentials AWSCredentials AWS Credentials
config AmazonS3Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with AWSCredentials and region.
public static CreateAmazonS3Client ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonS3
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonS3

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>
public static CreateAmazonS3Client ( AmazonS3Config config ) : IAmazonS3
config AmazonS3Config Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonS3

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>
public static CreateAmazonS3Client ( RegionEndpoint region ) : IAmazonS3
region RegionEndpoint The region to connect to.
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with the default configuration
public static CreateAmazonS3Client ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonS3
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with the specified configuration
public static CreateAmazonS3Client ( string awsAccessKey, string awsSecretAccessKey, AmazonS3Config config ) : IAmazonS3
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonS3Config Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonS3

CreateAmazonS3Client() публичный статический Метод

Create a client for the Amazon S3 Service with the specified region
public static CreateAmazonS3Client ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonS3
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonS3

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>
public static CreateAmazonSQSClient ( ) : IAmazonSQS
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with AWSCredentials.
public static CreateAmazonSQSClient ( AWSCredentials credentials ) : IAmazonSQS
credentials AWSCredentials AWS Credentials
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object.
public static CreateAmazonSQSClient ( AWSCredentials credentials, AmazonSQSConfig config ) : IAmazonSQS
credentials AWSCredentials AWS Credentials
config AmazonSQSConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with AWSCredentials and region.
public static CreateAmazonSQSClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSQS
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSQS

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>
public static CreateAmazonSQSClient ( AmazonSQSConfig config ) : IAmazonSQS
config AmazonSQSConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSQS

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>
public static CreateAmazonSQSClient ( RegionEndpoint region ) : IAmazonSQS
region RegionEndpoint The region to connect to.
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with the default configuration
public static CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSQS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with the specified configuration
public static CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSQSConfig config ) : IAmazonSQS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSQSConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSQS

CreateAmazonSQSClient() публичный статический Метод

Create a client for the Amazon SQS Service with the specified region
public static CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSQS
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSQS

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>
public static CreateAmazonSecurityTokenServiceClient ( ) : IAmazonSecurityTokenService
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with AWSCredentials.
public static CreateAmazonSecurityTokenServiceClient ( AWSCredentials credentials ) : IAmazonSecurityTokenService
credentials AWSCredentials AWS Credentials
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with AWSCredentials and an AmazonSecurityTokenService Configuration object.
public static CreateAmazonSecurityTokenServiceClient ( AWSCredentials credentials, AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService
credentials AWSCredentials AWS Credentials
config AmazonSecurityTokenServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with AWSCredentials and region.
public static CreateAmazonSecurityTokenServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSecurityTokenService
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSecurityTokenService

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>
public static CreateAmazonSecurityTokenServiceClient ( AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService
config AmazonSecurityTokenServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSecurityTokenService

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>
public static CreateAmazonSecurityTokenServiceClient ( RegionEndpoint region ) : IAmazonSecurityTokenService
region RegionEndpoint The region to connect to.
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with the default configuration
public static CreateAmazonSecurityTokenServiceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSecurityTokenService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with the specified configuration
public static CreateAmazonSecurityTokenServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSecurityTokenServiceConfig config ) : IAmazonSecurityTokenService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSecurityTokenServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSecurityTokenService

CreateAmazonSecurityTokenServiceClient() публичный статический Метод

Create a client for the Amazon SecurityTokenService Service with the specified region
public static CreateAmazonSecurityTokenServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSecurityTokenService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSecurityTokenService

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>
public static CreateAmazonSimpleDBClient ( ) : IAmazonSimpleDB
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with AWSCredentials.
public static CreateAmazonSimpleDBClient ( AWSCredentials credentials ) : IAmazonSimpleDB
credentials AWSCredentials AWS Credentials
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object.
public static CreateAmazonSimpleDBClient ( AWSCredentials credentials, AmazonSimpleDBConfig config ) : IAmazonSimpleDB
credentials AWSCredentials AWS Credentials
config AmazonSimpleDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with AWSCredentials and region.
public static CreateAmazonSimpleDBClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleDB
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleDB

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>
public static CreateAmazonSimpleDBClient ( AmazonSimpleDBConfig config ) : IAmazonSimpleDB
config AmazonSimpleDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleDB

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>
public static CreateAmazonSimpleDBClient ( RegionEndpoint region ) : IAmazonSimpleDB
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with the default configuration
public static CreateAmazonSimpleDBClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with the specified configuration
public static CreateAmazonSimpleDBClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleDBConfig config ) : IAmazonSimpleDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSimpleDBConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSimpleDB

CreateAmazonSimpleDBClient() публичный статический Метод

Create a client for the Amazon SimpleDB Service with the specified region
public static CreateAmazonSimpleDBClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleDB
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleDB

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>
public static CreateAmazonSimpleEmailServiceClient ( ) : IAmazonSimpleEmailService
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with AWSCredentials.
public static CreateAmazonSimpleEmailServiceClient ( AWSCredentials credentials ) : IAmazonSimpleEmailService
credentials AWSCredentials AWS Credentials
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object.
public static CreateAmazonSimpleEmailServiceClient ( AWSCredentials credentials, AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService
credentials AWSCredentials AWS Credentials
config AmazonSimpleEmailServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region.
public static CreateAmazonSimpleEmailServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleEmailService
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleEmailService

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>
public static CreateAmazonSimpleEmailServiceClient ( AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService
config AmazonSimpleEmailServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleEmailService

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>
public static CreateAmazonSimpleEmailServiceClient ( RegionEndpoint region ) : IAmazonSimpleEmailService
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with the default configuration
public static CreateAmazonSimpleEmailServiceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleEmailService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with the specified configuration
public static CreateAmazonSimpleEmailServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleEmailServiceConfig config ) : IAmazonSimpleEmailService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSimpleEmailServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSimpleEmailService

CreateAmazonSimpleEmailServiceClient() публичный статический Метод

Create a client for the Amazon SimpleEmailService Service with the specified region
public static CreateAmazonSimpleEmailServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleEmailService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleEmailService

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>
public static CreateAmazonSimpleNotificationServiceClient ( ) : IAmazonSimpleNotificationService
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials.
public static CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : IAmazonSimpleNotificationService
credentials AWSCredentials AWS Credentials
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and an AmazonSimpleNotificationService Configuration object.
public static CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
credentials AWSCredentials AWS Credentials
config AmazonSimpleNotificationServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region.
public static CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleNotificationService
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleNotificationService

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>
public static CreateAmazonSimpleNotificationServiceClient ( AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
config AmazonSimpleNotificationServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleNotificationService

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>
public static CreateAmazonSimpleNotificationServiceClient ( RegionEndpoint region ) : IAmazonSimpleNotificationService
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with the default configuration
public static CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleNotificationService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with the specified configuration
public static CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSimpleNotificationServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSimpleNotificationService

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with the specified region
public static CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleNotificationService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleNotificationService

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>
public static CreateAmazonSimpleWorkflowClient ( ) : IAmazonSimpleWorkflow
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials.
public static CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials ) : IAmazonSimpleWorkflow
credentials AWSCredentials AWS Credentials
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and an AmazonSimpleWorkflow Configuration object.
public static CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
credentials AWSCredentials AWS Credentials
config AmazonSimpleWorkflowConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and region.
public static CreateAmazonSimpleWorkflowClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleWorkflow
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleWorkflow

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>
public static CreateAmazonSimpleWorkflowClient ( AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
config AmazonSimpleWorkflowConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonSimpleWorkflow

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>
public static CreateAmazonSimpleWorkflowClient ( RegionEndpoint region ) : IAmazonSimpleWorkflow
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with the default configuration
public static CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleWorkflow
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with the specified configuration
public static CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleWorkflowConfig config ) : IAmazonSimpleWorkflow
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSimpleWorkflowConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonSimpleWorkflow

CreateAmazonSimpleWorkflowClient() публичный статический Метод

Create a client for the Amazon SimpleWorkflow Service with the specified region
public static CreateAmazonSimpleWorkflowClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleWorkflow
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleWorkflow

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>
public static CreateAmazonStorageGatewayClient ( ) : IAmazonStorageGateway
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with AWSCredentials.
public static CreateAmazonStorageGatewayClient ( AWSCredentials credentials ) : IAmazonStorageGateway
credentials AWSCredentials AWS Credentials
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with AWSCredentials and an AmazonStorageGateway Configuration object.
public static CreateAmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
credentials AWSCredentials AWS Credentials
config AmazonStorageGatewayConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with AWSCredentials and region.
public static CreateAmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonStorageGateway
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonStorageGateway

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>
public static CreateAmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
config AmazonStorageGatewayConfig Configuration options for the service like HTTP Proxy, # of connections, etc
Результат IAmazonStorageGateway

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>
public static CreateAmazonStorageGatewayClient ( RegionEndpoint region ) : IAmazonStorageGateway
region RegionEndpoint The region to connect to.
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with the default configuration
public static CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonStorageGateway
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with the specified configuration
public static CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonStorageGatewayConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonStorageGateway

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with the specified region
public static CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonStorageGateway
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonStorageGateway