AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
The Amazon Web Services SDK provides developers with a coherent and unified interface to the suite of Amazon Web Services. The intent is to facilitate the rapid building of applications that leverage multiple Amazon Web Services.

To get started, request an instance of the AWSClientFactory via this class's static Instance member. Use the factory instance to create clients for all the Web Services needed by the application.

Inheritance Hierarchy

System.Object
  Amazon.AWSClientFactory

Namespace: Amazon
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public static class AWSClientFactory : Object

The AWSClientFactory type exposes the following members

Methods

NameDescription
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAutoScalingClient(AmazonAutoScalingConfig) Create a client for the Amazon AutoScaling Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAutoScalingClient(string, string) Create a client for the Amazon AutoScaling Service with the default configuration
Public Method Static Method CreateAmazonAutoScalingClient(string, string, AmazonAutoScalingConfig) Create a client for the Amazon AutoScaling Service with the specified configuration
Public Method Static Method CreateAmazonAutoScalingClient(RegionEndpoint) Create a client for the Amazon AutoScaling Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAutoScalingClient(string, string, RegionEndpoint) Create a client for the Amazon AutoScaling Service with the specified region
Public Method Static Method CreateAmazonAutoScalingClient(AWSCredentials) Create a client for the Amazon AutoScaling Service with AWSCredentials.
Public Method Static Method CreateAmazonAutoScalingClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon AutoScaling Service with AWSCredentials and region.
Public Method Static Method CreateAmazonAutoScalingClient(AWSCredentials, AmazonAutoScalingConfig) Create a client for the Amazon AutoScaling Service with AWSCredentials and an AmazonAutoScaling Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAWSSupportClient(AmazonAWSSupportConfig) Create a client for the Amazon AWSSupport Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAWSSupportClient(string, string) Create a client for the Amazon AWSSupport Service with the default configuration
Public Method Static Method CreateAmazonAWSSupportClient(string, string, AmazonAWSSupportConfig) Create a client for the Amazon AWSSupport Service with the specified configuration
Public Method Static Method CreateAmazonAWSSupportClient(RegionEndpoint) Create a client for the Amazon AWSSupport Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonAWSSupportClient(string, string, RegionEndpoint) Create a client for the Amazon AWSSupport Service with the specified region
Public Method Static Method CreateAmazonAWSSupportClient(AWSCredentials) Create a client for the Amazon AWSSupport Service with AWSCredentials.
Public Method Static Method CreateAmazonAWSSupportClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon AWSSupport Service with AWSCredentials and region.
Public Method Static Method CreateAmazonAWSSupportClient(AWSCredentials, AmazonAWSSupportConfig) Create a client for the Amazon AWSSupport Service with AWSCredentials and an AmazonAWSSupport Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFormationClient(AmazonCloudFormationConfig) Create a client for the Amazon CloudFormation Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFormationClient(string, string) Create a client for the Amazon CloudFormation Service with the default configuration
Public Method Static Method CreateAmazonCloudFormationClient(string, string, AmazonCloudFormationConfig) Create a client for the Amazon CloudFormation Service with the specified configuration
Public Method Static Method CreateAmazonCloudFormationClient(RegionEndpoint) Create a client for the Amazon CloudFormation Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFormationClient(string, string, RegionEndpoint) Create a client for the Amazon CloudFormation Service with the specified region
Public Method Static Method CreateAmazonCloudFormationClient(AWSCredentials) Create a client for the Amazon CloudFormation Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudFormationClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudFormation Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudFormationClient(AWSCredentials, AmazonCloudFormationConfig) Create a client for the Amazon CloudFormation Service with AWSCredentials and an AmazonCloudFormation Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFrontClient(AmazonCloudFrontConfig) Create a client for the Amazon CloudFront Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFrontClient(string, string) Create a client for the Amazon CloudFront Service with the default configuration
Public Method Static Method CreateAmazonCloudFrontClient(string, string, AmazonCloudFrontConfig) Create a client for the Amazon CloudFront Service with the specified configuration
Public Method Static Method CreateAmazonCloudFrontClient(RegionEndpoint) Create a client for the Amazon CloudFront Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudFrontClient(string, string, RegionEndpoint) Create a client for the Amazon CloudFront Service with the specified region
Public Method Static Method CreateAmazonCloudFrontClient(AWSCredentials) Create a client for the Amazon CloudFront Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudFrontClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudFront Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudFrontClient(AWSCredentials, AmazonCloudFrontConfig) Create a client for the Amazon CloudFront Service with AWSCredentials and an AmazonCloudFront Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudSearchClient(AmazonCloudSearchConfig) Create a client for the Amazon CloudSearch Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudSearchClient(string, string) Create a client for the Amazon CloudSearch Service with the default configuration
Public Method Static Method CreateAmazonCloudSearchClient(string, string, AmazonCloudSearchConfig) Create a client for the Amazon CloudSearch Service with the specified configuration
Public Method Static Method CreateAmazonCloudSearchClient(RegionEndpoint) Create a client for the Amazon CloudSearch Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudSearchClient(string, string, RegionEndpoint) Create a client for the Amazon CloudSearch Service with the specified region
Public Method Static Method CreateAmazonCloudSearchClient(AWSCredentials) Create a client for the Amazon CloudSearch Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudSearchClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudSearch Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudSearchClient(AWSCredentials, AmazonCloudSearchConfig) Create a client for the Amazon CloudSearch Service with AWSCredentials and an AmazonCloudSearch Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudTrailClient(AmazonCloudTrailConfig) Create a client for the Amazon CloudTrail Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudTrailClient(string, string) Create a client for the Amazon CloudTrail Service with the default configuration
Public Method Static Method CreateAmazonCloudTrailClient(string, string, AmazonCloudTrailConfig) Create a client for the Amazon CloudTrail Service with the specified configuration
Public Method Static Method CreateAmazonCloudTrailClient(RegionEndpoint) Create a client for the Amazon CloudTrail Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudTrailClient(string, string, RegionEndpoint) Create a client for the Amazon CloudTrail Service with the specified region
Public Method Static Method CreateAmazonCloudTrailClient(AWSCredentials) Create a client for the Amazon CloudTrail Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudTrailClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudTrail Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudTrailClient(AWSCredentials, AmazonCloudTrailConfig) Create a client for the Amazon CloudTrail Service with AWSCredentials and an AmazonCloudTrail Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchClient(AmazonCloudWatchConfig) Create a client for the Amazon CloudWatch Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchClient(string, string) Create a client for the Amazon CloudWatch Service with the default configuration
Public Method Static Method CreateAmazonCloudWatchClient(string, string, AmazonCloudWatchConfig) Create a client for the Amazon CloudWatch Service with the specified configuration
Public Method Static Method CreateAmazonCloudWatchClient(RegionEndpoint) Create a client for the Amazon CloudWatch Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchClient(string, string, RegionEndpoint) Create a client for the Amazon CloudWatch Service with the specified region
Public Method Static Method CreateAmazonCloudWatchClient(AWSCredentials) Create a client for the Amazon CloudWatch Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudWatchClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudWatch Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudWatchClient(AWSCredentials, AmazonCloudWatchConfig) Create a client for the Amazon CloudWatch Service with AWSCredentials and an AmazonCloudWatch Configuration object.
Public Method Static Method CreateAmazonCloudWatchLogsClient() Create a client for the Amazon CloudWatchLogs Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchLogsClient(AmazonCloudWatchLogsConfig) Create a client for the Amazon CloudWatchLogs Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchLogsClient(string, string) Create a client for the Amazon CloudWatchLogs Service with the default configuration
Public Method Static Method CreateAmazonCloudWatchLogsClient(string, string, AmazonCloudWatchLogsConfig) Create a client for the Amazon CloudWatchLogs Service with the specified configuration
Public Method Static Method CreateAmazonCloudWatchLogsClient(RegionEndpoint) Create a client for the Amazon CloudWatchLogs Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCloudWatchLogsClient(string, string, RegionEndpoint) Create a client for the Amazon CloudWatchLogs Service with the specified region
Public Method Static Method CreateAmazonCloudWatchLogsClient(AWSCredentials) Create a client for the Amazon CloudWatchLogs Service with AWSCredentials.
Public Method Static Method CreateAmazonCloudWatchLogsClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CloudWatchLogs Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCloudWatchLogsClient(AWSCredentials, AmazonCloudWatchLogsConfig) Create a client for the Amazon CloudWatchLogs Service with AWSCredentials and an AmazonCloudWatchLogs Configuration object.
Public Method Static Method CreateAmazonCodeDeployClient() Create a client for the Amazon CodeDeploy Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCodeDeployClient(AmazonCodeDeployConfig) Create a client for the Amazon CodeDeploy Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCodeDeployClient(string, string) Create a client for the Amazon CodeDeploy Service with the default configuration
Public Method Static Method CreateAmazonCodeDeployClient(string, string, AmazonCodeDeployConfig) Create a client for the Amazon CodeDeploy Service with the specified configuration
Public Method Static Method CreateAmazonCodeDeployClient(RegionEndpoint) Create a client for the Amazon CodeDeploy Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCodeDeployClient(string, string, RegionEndpoint) Create a client for the Amazon CodeDeploy Service with the specified region
Public Method Static Method CreateAmazonCodeDeployClient(AWSCredentials) Create a client for the Amazon CodeDeploy Service with AWSCredentials.
Public Method Static Method CreateAmazonCodeDeployClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CodeDeploy Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCodeDeployClient(AWSCredentials, AmazonCodeDeployConfig) Create a client for the Amazon CodeDeploy Service with AWSCredentials and an AmazonCodeDeploy Configuration object.
Public Method Static Method CreateAmazonCognitoIdentityClient() Create a client for the Amazon CognitoIdentity Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoIdentityClient(AmazonCognitoIdentityConfig) Create a client for the Amazon CognitoIdentity Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoIdentityClient(string, string) Create a client for the Amazon CognitoIdentity Service with the default configuration
Public Method Static Method CreateAmazonCognitoIdentityClient(string, string, AmazonCognitoIdentityConfig) Create a client for the Amazon CognitoIdentity Service with the specified configuration
Public Method Static Method CreateAmazonCognitoIdentityClient(RegionEndpoint) Create a client for the Amazon CognitoIdentity Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoIdentityClient(string, string, RegionEndpoint) Create a client for the Amazon CognitoIdentity Service with the specified region
Public Method Static Method CreateAmazonCognitoIdentityClient(AWSCredentials) Create a client for the Amazon CognitoIdentity Service with AWSCredentials.
Public Method Static Method CreateAmazonCognitoIdentityClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CognitoIdentity Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCognitoIdentityClient(AWSCredentials, AmazonCognitoIdentityConfig) Create a client for the Amazon CognitoIdentity Service with AWSCredentials and an AmazonCognitoIdentity Configuration object.
Public Method Static Method CreateAmazonCognitoSyncClient() Create a client for the Amazon CognitoSync Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoSyncClient(AmazonCognitoSyncConfig) Create a client for the Amazon CognitoSync Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoSyncClient(string, string) Create a client for the Amazon CognitoSync Service with the default configuration
Public Method Static Method CreateAmazonCognitoSyncClient(string, string, AmazonCognitoSyncConfig) Create a client for the Amazon CognitoSync Service with the specified configuration
Public Method Static Method CreateAmazonCognitoSyncClient(RegionEndpoint) Create a client for the Amazon CognitoSync Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonCognitoSyncClient(string, string, RegionEndpoint) Create a client for the Amazon CognitoSync Service with the specified region
Public Method Static Method CreateAmazonCognitoSyncClient(AWSCredentials) Create a client for the Amazon CognitoSync Service with AWSCredentials.
Public Method Static Method CreateAmazonCognitoSyncClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon CognitoSync Service with AWSCredentials and region.
Public Method Static Method CreateAmazonCognitoSyncClient(AWSCredentials, AmazonCognitoSyncConfig) Create a client for the Amazon CognitoSync Service with AWSCredentials and an AmazonCognitoSync Configuration object.
Public Method Static Method CreateAmazonConfigServiceClient() Create a client for the Amazon ConfigService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonConfigServiceClient(AmazonConfigServiceConfig) Create a client for the Amazon ConfigService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonConfigServiceClient(string, string) Create a client for the Amazon ConfigService Service with the default configuration
Public Method Static Method CreateAmazonConfigServiceClient(string, string, AmazonConfigServiceConfig) Create a client for the Amazon ConfigService Service with the specified configuration
Public Method Static Method CreateAmazonConfigServiceClient(RegionEndpoint) Create a client for the Amazon ConfigService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonConfigServiceClient(string, string, RegionEndpoint) Create a client for the Amazon ConfigService Service with the specified region
Public Method Static Method CreateAmazonConfigServiceClient(AWSCredentials) Create a client for the Amazon ConfigService Service with AWSCredentials.
Public Method Static Method CreateAmazonConfigServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ConfigService Service with AWSCredentials and region.
Public Method Static Method CreateAmazonConfigServiceClient(AWSCredentials, AmazonConfigServiceConfig) Create a client for the Amazon ConfigService Service with AWSCredentials and an AmazonConfigService Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDataPipelineClient(AmazonDataPipelineConfig) Create a client for the Amazon DataPipeline Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDataPipelineClient(string, string) Create a client for the Amazon DataPipeline Service with the default configuration
Public Method Static Method CreateAmazonDataPipelineClient(string, string, AmazonDataPipelineConfig) Create a client for the Amazon DataPipeline Service with the specified configuration
Public Method Static Method CreateAmazonDataPipelineClient(RegionEndpoint) Create a client for the Amazon DataPipeline Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDataPipelineClient(string, string, RegionEndpoint) Create a client for the Amazon DataPipeline Service with the specified region
Public Method Static Method CreateAmazonDataPipelineClient(AWSCredentials) Create a client for the Amazon DataPipeline Service with AWSCredentials.
Public Method Static Method CreateAmazonDataPipelineClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon DataPipeline Service with AWSCredentials and region.
Public Method Static Method CreateAmazonDataPipelineClient(AWSCredentials, AmazonDataPipelineConfig) Create a client for the Amazon DataPipeline Service with AWSCredentials and an AmazonDataPipeline Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDirectConnectClient(AmazonDirectConnectConfig) Create a client for the Amazon DirectConnect Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDirectConnectClient(string, string) Create a client for the Amazon DirectConnect Service with the default configuration
Public Method Static Method CreateAmazonDirectConnectClient(string, string, AmazonDirectConnectConfig) Create a client for the Amazon DirectConnect Service with the specified configuration
Public Method Static Method CreateAmazonDirectConnectClient(RegionEndpoint) Create a client for the Amazon DirectConnect Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDirectConnectClient(string, string, RegionEndpoint) Create a client for the Amazon DirectConnect Service with the specified region
Public Method Static Method CreateAmazonDirectConnectClient(AWSCredentials) Create a client for the Amazon DirectConnect Service with AWSCredentials.
Public Method Static Method CreateAmazonDirectConnectClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon DirectConnect Service with AWSCredentials and region.
Public Method Static Method CreateAmazonDirectConnectClient(AWSCredentials, AmazonDirectConnectConfig) Create a client for the Amazon DirectConnect Service with AWSCredentials and an AmazonDirectConnect Configuration object.
Public Method Static Method CreateAmazonDynamoDBClient(RegionEndpoint) Create a client for the Amazon DynamoDB Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDynamoDBClient(string, string, RegionEndpoint) Create a client for the Amazon DynamoDB Service with the specified region
Public Method Static Method CreateAmazonDynamoDBClient(AWSCredentials) Create a client for the Amazon DynamoDB Service with AWSCredentials.
Public Method Static Method CreateAmazonDynamoDBClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon DynamoDB Service with AWSCredentials and region.
Public Method Static Method CreateAmazonDynamoDBClient(AWSCredentials, AmazonDynamoDBConfig) Create a client for the Amazon DynamoDB Service with AWSCredentials and an AmazonDynamoDB Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDynamoDBClient(AmazonDynamoDBConfig) Create a client for the Amazon DynamoDB Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonDynamoDBClient(string, string) Create a client for the Amazon DynamoDB Service with the default configuration
Public Method Static Method CreateAmazonDynamoDBClient(string, string, AmazonDynamoDBConfig) Create a client for the Amazon DynamoDB Service with the specified configuration
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonEC2Client(AmazonEC2Config) Create a client for the Amazon EC2 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonEC2Client(string, string) Create a client for the Amazon EC2 Service with the default configuration
Public Method Static Method CreateAmazonEC2Client(string, string, AmazonEC2Config) Create a client for the Amazon EC2 Service with the specified configuration
Public Method Static Method CreateAmazonEC2Client(RegionEndpoint) Create a client for the Amazon EC2 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonEC2Client(string, string, RegionEndpoint) Create a client for the Amazon EC2 Service with the specified region
Public Method Static Method CreateAmazonEC2Client(AWSCredentials) Create a client for the Amazon EC2 Service with AWSCredentials.
Public Method Static Method CreateAmazonEC2Client(AWSCredentials, RegionEndpoint) Create a client for the Amazon EC2 Service with AWSCredentials and region.
Public Method Static Method CreateAmazonEC2Client(AWSCredentials, AmazonEC2Config) Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.
Public Method Static Method CreateAmazonECSClient() Create a client for the Amazon ECS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonECSClient(AmazonECSConfig) Create a client for the Amazon ECS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonECSClient(string, string) Create a client for the Amazon ECS Service with the default configuration
Public Method Static Method CreateAmazonECSClient(string, string, AmazonECSConfig) Create a client for the Amazon ECS Service with the specified configuration
Public Method Static Method CreateAmazonECSClient(RegionEndpoint) Create a client for the Amazon ECS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonECSClient(string, string, RegionEndpoint) Create a client for the Amazon ECS Service with the specified region
Public Method Static Method CreateAmazonECSClient(AWSCredentials) Create a client for the Amazon ECS Service with AWSCredentials.
Public Method Static Method CreateAmazonECSClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ECS Service with AWSCredentials and region.
Public Method Static Method CreateAmazonECSClient(AWSCredentials, AmazonECSConfig) Create a client for the Amazon ECS Service with AWSCredentials and an AmazonECS Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElastiCacheClient(AmazonElastiCacheConfig) Create a client for the Amazon ElastiCache Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElastiCacheClient(string, string) Create a client for the Amazon ElastiCache Service with the default configuration
Public Method Static Method CreateAmazonElastiCacheClient(string, string, AmazonElastiCacheConfig) Create a client for the Amazon ElastiCache Service with the specified configuration
Public Method Static Method CreateAmazonElastiCacheClient(RegionEndpoint) Create a client for the Amazon ElastiCache Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElastiCacheClient(string, string, RegionEndpoint) Create a client for the Amazon ElastiCache Service with the specified region
Public Method Static Method CreateAmazonElastiCacheClient(AWSCredentials) Create a client for the Amazon ElastiCache Service with AWSCredentials.
Public Method Static Method CreateAmazonElastiCacheClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ElastiCache Service with AWSCredentials and region.
Public Method Static Method CreateAmazonElastiCacheClient(AWSCredentials, AmazonElastiCacheConfig) Create a client for the Amazon ElastiCache Service with AWSCredentials and an AmazonElastiCache Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticBeanstalkClient(AmazonElasticBeanstalkConfig) Create a client for the Amazon ElasticBeanstalk Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticBeanstalkClient(string, string) Create a client for the Amazon ElasticBeanstalk Service with the default configuration
Public Method Static Method CreateAmazonElasticBeanstalkClient(string, string, AmazonElasticBeanstalkConfig) Create a client for the Amazon ElasticBeanstalk Service with the specified configuration
Public Method Static Method CreateAmazonElasticBeanstalkClient(RegionEndpoint) Create a client for the Amazon ElasticBeanstalk Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticBeanstalkClient(string, string, RegionEndpoint) Create a client for the Amazon ElasticBeanstalk Service with the specified region
Public Method Static Method CreateAmazonElasticBeanstalkClient(AWSCredentials) Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials.
Public Method Static Method CreateAmazonElasticBeanstalkClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and region.
Public Method Static Method CreateAmazonElasticBeanstalkClient(AWSCredentials, AmazonElasticBeanstalkConfig) Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and an AmazonElasticBeanstalk Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticLoadBalancingClient(AmazonElasticLoadBalancingConfig) Create a client for the Amazon ElasticLoadBalancing Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticLoadBalancingClient(string, string) Create a client for the Amazon ElasticLoadBalancing Service with the default configuration
Public Method Static Method CreateAmazonElasticLoadBalancingClient(string, string, AmazonElasticLoadBalancingConfig) Create a client for the Amazon ElasticLoadBalancing Service with the specified configuration
Public Method Static Method CreateAmazonElasticLoadBalancingClient(RegionEndpoint) Create a client for the Amazon ElasticLoadBalancing Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticLoadBalancingClient(string, string, RegionEndpoint) Create a client for the Amazon ElasticLoadBalancing Service with the specified region
Public Method Static Method CreateAmazonElasticLoadBalancingClient(AWSCredentials) Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials.
Public Method Static Method CreateAmazonElasticLoadBalancingClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and region.
Public Method Static Method CreateAmazonElasticLoadBalancingClient(AWSCredentials, AmazonElasticLoadBalancingConfig) Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and an AmazonElasticLoadBalancing Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticMapReduceClient(AmazonElasticMapReduceConfig) Create a client for the Amazon ElasticMapReduce Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticMapReduceClient(string, string) Create a client for the Amazon ElasticMapReduce Service with the default configuration
Public Method Static Method CreateAmazonElasticMapReduceClient(string, string, AmazonElasticMapReduceConfig) Create a client for the Amazon ElasticMapReduce Service with the specified configuration
Public Method Static Method CreateAmazonElasticMapReduceClient(RegionEndpoint) Create a client for the Amazon ElasticMapReduce Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticMapReduceClient(string, string, RegionEndpoint) Create a client for the Amazon ElasticMapReduce Service with the specified region
Public Method Static Method CreateAmazonElasticMapReduceClient(AWSCredentials) Create a client for the Amazon ElasticMapReduce Service with AWSCredentials.
Public Method Static Method CreateAmazonElasticMapReduceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and region.
Public Method Static Method CreateAmazonElasticMapReduceClient(AWSCredentials, AmazonElasticMapReduceConfig) Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and an AmazonElasticMapReduce Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticTranscoderClient(AmazonElasticTranscoderConfig) Create a client for the Amazon ElasticTranscoder Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticTranscoderClient(string, string) Create a client for the Amazon ElasticTranscoder Service with the default configuration
Public Method Static Method CreateAmazonElasticTranscoderClient(string, string, AmazonElasticTranscoderConfig) Create a client for the Amazon ElasticTranscoder Service with the specified configuration
Public Method Static Method CreateAmazonElasticTranscoderClient(RegionEndpoint) Create a client for the Amazon ElasticTranscoder Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonElasticTranscoderClient(string, string, RegionEndpoint) Create a client for the Amazon ElasticTranscoder Service with the specified region
Public Method Static Method CreateAmazonElasticTranscoderClient(AWSCredentials) Create a client for the Amazon ElasticTranscoder Service with AWSCredentials.
Public Method Static Method CreateAmazonElasticTranscoderClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region.
Public Method Static Method CreateAmazonElasticTranscoderClient(AWSCredentials, AmazonElasticTranscoderConfig) Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonGlacierClient(AmazonGlacierConfig) Create a client for the Amazon Glacier Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonGlacierClient(string, string) Create a client for the Amazon Glacier Service with the default configuration
Public Method Static Method CreateAmazonGlacierClient(string, string, AmazonGlacierConfig) Create a client for the Amazon Glacier Service with the specified configuration
Public Method Static Method CreateAmazonGlacierClient(RegionEndpoint) Create a client for the Amazon Glacier Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonGlacierClient(string, string, RegionEndpoint) Create a client for the Amazon Glacier Service with the specified region
Public Method Static Method CreateAmazonGlacierClient(AWSCredentials) Create a client for the Amazon Glacier Service with AWSCredentials.
Public Method Static Method CreateAmazonGlacierClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon Glacier Service with AWSCredentials and region.
Public Method Static Method CreateAmazonGlacierClient(AWSCredentials, AmazonGlacierConfig) Create a client for the Amazon Glacier Service with AWSCredentials and an AmazonGlacier Configuration object.
Public Method Static Method CreateAmazonIdentityManagementServiceClient(AWSCredentials, AmazonIdentityManagementServiceConfig) Create a client for the Amazon IdentityManagementService Service with AWSCredentials and an AmazonIdentityManagementService Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonIdentityManagementServiceClient(AmazonIdentityManagementServiceConfig) Create a client for the Amazon IdentityManagementService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonIdentityManagementServiceClient(string, string) Create a client for the Amazon IdentityManagementService Service with the default configuration
Public Method Static Method CreateAmazonIdentityManagementServiceClient(string, string, AmazonIdentityManagementServiceConfig) Create a client for the Amazon IdentityManagementService Service with the specified configuration
Public Method Static Method CreateAmazonIdentityManagementServiceClient(RegionEndpoint) Create a client for the Amazon IdentityManagementService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonIdentityManagementServiceClient(string, string, RegionEndpoint) Create a client for the Amazon IdentityManagementService Service with the specified region
Public Method Static Method CreateAmazonIdentityManagementServiceClient(AWSCredentials) Create a client for the Amazon IdentityManagementService Service with AWSCredentials.
Public Method Static Method CreateAmazonIdentityManagementServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon IdentityManagementService Service with AWSCredentials and region.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonImportExportClient(AmazonImportExportConfig) Create a client for the Amazon ImportExport Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonImportExportClient(string, string) Create a client for the Amazon ImportExport Service with the default configuration
Public Method Static Method CreateAmazonImportExportClient(string, string, AmazonImportExportConfig) Create a client for the Amazon ImportExport Service with the specified configuration
Public Method Static Method CreateAmazonImportExportClient(RegionEndpoint) Create a client for the Amazon ImportExport Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonImportExportClient(string, string, RegionEndpoint) Create a client for the Amazon ImportExport Service with the specified region
Public Method Static Method CreateAmazonImportExportClient(AWSCredentials) Create a client for the Amazon ImportExport Service with AWSCredentials.
Public Method Static Method CreateAmazonImportExportClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon ImportExport Service with AWSCredentials and region.
Public Method Static Method CreateAmazonImportExportClient(AWSCredentials, AmazonImportExportConfig) Create a client for the Amazon ImportExport Service with AWSCredentials and an AmazonImportExport Configuration object.
Public Method Static Method CreateAmazonKeyManagementServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon KeyManagementService Service with AWSCredentials and region.
Public Method Static Method CreateAmazonKeyManagementServiceClient(AWSCredentials, AmazonKeyManagementServiceConfig) Create a client for the Amazon KeyManagementService Service with AWSCredentials and an AmazonKeyManagementService Configuration object.
Public Method Static Method CreateAmazonKeyManagementServiceClient() Create a client for the Amazon KeyManagementService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKeyManagementServiceClient(AmazonKeyManagementServiceConfig) Create a client for the Amazon KeyManagementService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKeyManagementServiceClient(string, string) Create a client for the Amazon KeyManagementService Service with the default configuration
Public Method Static Method CreateAmazonKeyManagementServiceClient(string, string, AmazonKeyManagementServiceConfig) Create a client for the Amazon KeyManagementService Service with the specified configuration
Public Method Static Method CreateAmazonKeyManagementServiceClient(RegionEndpoint) Create a client for the Amazon KeyManagementService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKeyManagementServiceClient(string, string, RegionEndpoint) Create a client for the Amazon KeyManagementService Service with the specified region
Public Method Static Method CreateAmazonKeyManagementServiceClient(AWSCredentials) Create a client for the Amazon KeyManagementService Service with AWSCredentials.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKinesisClient(AmazonKinesisConfig) Create a client for the Amazon Kinesis Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKinesisClient(string, string) Create a client for the Amazon Kinesis Service with the default configuration
Public Method Static Method CreateAmazonKinesisClient(string, string, AmazonKinesisConfig) Create a client for the Amazon Kinesis Service with the specified configuration
Public Method Static Method CreateAmazonKinesisClient(RegionEndpoint) Create a client for the Amazon Kinesis Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonKinesisClient(string, string, RegionEndpoint) Create a client for the Amazon Kinesis Service with the specified region
Public Method Static Method CreateAmazonKinesisClient(AWSCredentials) Create a client for the Amazon Kinesis Service with AWSCredentials.
Public Method Static Method CreateAmazonKinesisClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon Kinesis Service with AWSCredentials and region.
Public Method Static Method CreateAmazonKinesisClient(AWSCredentials, AmazonKinesisConfig) Create a client for the Amazon Kinesis Service with AWSCredentials and an AmazonKinesis Configuration object.
Public Method Static Method CreateAmazonLambdaClient() Create a client for the Amazon Lambda Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonLambdaClient(AmazonLambdaConfig) Create a client for the Amazon Lambda Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonLambdaClient(string, string) Create a client for the Amazon Lambda Service with the default configuration
Public Method Static Method CreateAmazonLambdaClient(string, string, AmazonLambdaConfig) Create a client for the Amazon Lambda Service with the specified configuration
Public Method Static Method CreateAmazonLambdaClient(RegionEndpoint) Create a client for the Amazon Lambda Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonLambdaClient(string, string, RegionEndpoint) Create a client for the Amazon Lambda Service with the specified region
Public Method Static Method CreateAmazonLambdaClient(AWSCredentials) Create a client for the Amazon Lambda Service with AWSCredentials.
Public Method Static Method CreateAmazonLambdaClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon Lambda Service with AWSCredentials and region.
Public Method Static Method CreateAmazonLambdaClient(AWSCredentials, AmazonLambdaConfig) Create a client for the Amazon Lambda Service with AWSCredentials and an AmazonLambda Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonOpsWorksClient(AmazonOpsWorksConfig) Create a client for the Amazon OpsWorks Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonOpsWorksClient(string, string) Create a client for the Amazon OpsWorks Service with the default configuration
Public Method Static Method CreateAmazonOpsWorksClient(string, string, AmazonOpsWorksConfig) Create a client for the Amazon OpsWorks Service with the specified configuration
Public Method Static Method CreateAmazonOpsWorksClient(RegionEndpoint) Create a client for the Amazon OpsWorks Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonOpsWorksClient(string, string, RegionEndpoint) Create a client for the Amazon OpsWorks Service with the specified region
Public Method Static Method CreateAmazonOpsWorksClient(AWSCredentials) Create a client for the Amazon OpsWorks Service with AWSCredentials.
Public Method Static Method CreateAmazonOpsWorksClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon OpsWorks Service with AWSCredentials and region.
Public Method Static Method CreateAmazonOpsWorksClient(AWSCredentials, AmazonOpsWorksConfig) Create a client for the Amazon OpsWorks Service with AWSCredentials and an AmazonOpsWorks Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRDSClient(AmazonRDSConfig) Create a client for the Amazon RDS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRDSClient(string, string) Create a client for the Amazon RDS Service with the default configuration
Public Method Static Method CreateAmazonRDSClient(string, string, AmazonRDSConfig) Create a client for the Amazon RDS Service with the specified configuration
Public Method Static Method CreateAmazonRDSClient(RegionEndpoint) Create a client for the Amazon RDS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRDSClient(string, string, RegionEndpoint) Create a client for the Amazon RDS Service with the specified region
Public Method Static Method CreateAmazonRDSClient(AWSCredentials) Create a client for the Amazon RDS Service with AWSCredentials.
Public Method Static Method CreateAmazonRDSClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon RDS Service with AWSCredentials and region.
Public Method Static Method CreateAmazonRDSClient(AWSCredentials, AmazonRDSConfig) Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRedshiftClient(AmazonRedshiftConfig) Create a client for the Amazon Redshift Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRedshiftClient(string, string) Create a client for the Amazon Redshift Service with the default configuration
Public Method Static Method CreateAmazonRedshiftClient(string, string, AmazonRedshiftConfig) Create a client for the Amazon Redshift Service with the specified configuration
Public Method Static Method CreateAmazonRedshiftClient(RegionEndpoint) Create a client for the Amazon Redshift Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRedshiftClient(string, string, RegionEndpoint) Create a client for the Amazon Redshift Service with the specified region
Public Method Static Method CreateAmazonRedshiftClient(AWSCredentials) Create a client for the Amazon Redshift Service with AWSCredentials.
Public Method Static Method CreateAmazonRedshiftClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon Redshift Service with AWSCredentials and region.
Public Method Static Method CreateAmazonRedshiftClient(AWSCredentials, AmazonRedshiftConfig) Create a client for the Amazon Redshift Service with AWSCredentials and an AmazonRedshift Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRoute53Client(AmazonRoute53Config) Create a client for the Amazon Route53 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRoute53Client(string, string) Create a client for the Amazon Route53 Service with the default configuration
Public Method Static Method CreateAmazonRoute53Client(string, string, AmazonRoute53Config) Create a client for the Amazon Route53 Service with the specified configuration
Public Method Static Method CreateAmazonRoute53Client(RegionEndpoint) Create a client for the Amazon Route53 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonRoute53Client(string, string, RegionEndpoint) Create a client for the Amazon Route53 Service with the specified region
Public Method Static Method CreateAmazonRoute53Client(AWSCredentials) Create a client for the Amazon Route53 Service with AWSCredentials.
Public Method Static Method CreateAmazonRoute53Client(AWSCredentials, RegionEndpoint) Create a client for the Amazon Route53 Service with AWSCredentials and region.
Public Method Static Method CreateAmazonRoute53Client(AWSCredentials, AmazonRoute53Config) Create a client for the Amazon Route53 Service with AWSCredentials and an AmazonRoute53 Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonS3Client(AmazonS3Config) Create a client for the Amazon S3 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonS3Client(string, string) Create a client for the Amazon S3 Service with the default configuration
Public Method Static Method CreateAmazonS3Client(string, string, AmazonS3Config) Create a client for the Amazon S3 Service with the specified configuration
Public Method Static Method CreateAmazonS3Client(RegionEndpoint) Create a client for the Amazon S3 Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonS3Client(string, string, RegionEndpoint) Create a client for the Amazon S3 Service with the specified region
Public Method Static Method CreateAmazonS3Client(AWSCredentials) Create a client for the Amazon S3 Service with AWSCredentials.
Public Method Static Method CreateAmazonS3Client(AWSCredentials, RegionEndpoint) Create a client for the Amazon S3 Service with AWSCredentials and region.
Public Method Static Method CreateAmazonS3Client(AWSCredentials, AmazonS3Config) Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSecurityTokenServiceClient(AmazonSecurityTokenServiceConfig) Create a client for the Amazon SecurityTokenService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSecurityTokenServiceClient(string, string) Create a client for the Amazon SecurityTokenService Service with the default configuration
Public Method Static Method CreateAmazonSecurityTokenServiceClient(string, string, AmazonSecurityTokenServiceConfig) Create a client for the Amazon SecurityTokenService Service with the specified configuration
Public Method Static Method CreateAmazonSecurityTokenServiceClient(RegionEndpoint) Create a client for the Amazon SecurityTokenService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSecurityTokenServiceClient(string, string, RegionEndpoint) Create a client for the Amazon SecurityTokenService Service with the specified region
Public Method Static Method CreateAmazonSecurityTokenServiceClient(AWSCredentials) Create a client for the Amazon SecurityTokenService Service with AWSCredentials.
Public Method Static Method CreateAmazonSecurityTokenServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SecurityTokenService Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSecurityTokenServiceClient(AWSCredentials, AmazonSecurityTokenServiceConfig) Create a client for the Amazon SecurityTokenService Service with AWSCredentials and an AmazonSecurityTokenService Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleDBClient(AmazonSimpleDBConfig) Create a client for the Amazon SimpleDB Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleDBClient(string, string) Create a client for the Amazon SimpleDB Service with the default configuration
Public Method Static Method CreateAmazonSimpleDBClient(string, string, AmazonSimpleDBConfig) Create a client for the Amazon SimpleDB Service with the specified configuration
Public Method Static Method CreateAmazonSimpleDBClient(RegionEndpoint) Create a client for the Amazon SimpleDB Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleDBClient(string, string, RegionEndpoint) Create a client for the Amazon SimpleDB Service with the specified region
Public Method Static Method CreateAmazonSimpleDBClient(AWSCredentials) Create a client for the Amazon SimpleDB Service with AWSCredentials.
Public Method Static Method CreateAmazonSimpleDBClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SimpleDB Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSimpleDBClient(AWSCredentials, AmazonSimpleDBConfig) Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object.
Public Method Static Method CreateAmazonSimpleEmailServiceClient(string, string, AmazonSimpleEmailServiceConfig) Create a client for the Amazon SimpleEmailService Service with the specified configuration
Public Method Static Method CreateAmazonSimpleEmailServiceClient(RegionEndpoint) Create a client for the Amazon SimpleEmailService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleEmailServiceClient(string, string, RegionEndpoint) Create a client for the Amazon SimpleEmailService Service with the specified region
Public Method Static Method CreateAmazonSimpleEmailServiceClient(AWSCredentials) Create a client for the Amazon SimpleEmailService Service with AWSCredentials.
Public Method Static Method CreateAmazonSimpleEmailServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSimpleEmailServiceClient(AWSCredentials, AmazonSimpleEmailServiceConfig) Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleEmailServiceClient(AmazonSimpleEmailServiceConfig) Create a client for the Amazon SimpleEmailService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleEmailServiceClient(string, string) Create a client for the Amazon SimpleEmailService Service with the default configuration
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(AmazonSimpleNotificationServiceConfig) Create a client for the Amazon SimpleNotificationService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(string, string) Create a client for the Amazon SimpleNotificationService Service with the default configuration
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(string, string, AmazonSimpleNotificationServiceConfig) Create a client for the Amazon SimpleNotificationService Service with the specified configuration
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(RegionEndpoint) Create a client for the Amazon SimpleNotificationService Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(string, string, RegionEndpoint) Create a client for the Amazon SimpleNotificationService Service with the specified region
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(AWSCredentials) Create a client for the Amazon SimpleNotificationService Service with AWSCredentials.
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSimpleNotificationServiceClient(AWSCredentials, AmazonSimpleNotificationServiceConfig) Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and an AmazonSimpleNotificationService Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleWorkflowClient(AmazonSimpleWorkflowConfig) Create a client for the Amazon SimpleWorkflow Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleWorkflowClient(string, string) Create a client for the Amazon SimpleWorkflow Service with the default configuration
Public Method Static Method CreateAmazonSimpleWorkflowClient(string, string, AmazonSimpleWorkflowConfig) Create a client for the Amazon SimpleWorkflow Service with the specified configuration
Public Method Static Method CreateAmazonSimpleWorkflowClient(RegionEndpoint) Create a client for the Amazon SimpleWorkflow Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSimpleWorkflowClient(string, string, RegionEndpoint) Create a client for the Amazon SimpleWorkflow Service with the specified region
Public Method Static Method CreateAmazonSimpleWorkflowClient(AWSCredentials) Create a client for the Amazon SimpleWorkflow Service with AWSCredentials.
Public Method Static Method CreateAmazonSimpleWorkflowClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSimpleWorkflowClient(AWSCredentials, AmazonSimpleWorkflowConfig) Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and an AmazonSimpleWorkflow Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSQSClient(AmazonSQSConfig) Create a client for the Amazon SQS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSQSClient(string, string) Create a client for the Amazon SQS Service with the default configuration
Public Method Static Method CreateAmazonSQSClient(string, string, AmazonSQSConfig) Create a client for the Amazon SQS Service with the specified configuration
Public Method Static Method CreateAmazonSQSClient(RegionEndpoint) Create a client for the Amazon SQS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonSQSClient(string, string, RegionEndpoint) Create a client for the Amazon SQS Service with the specified region
Public Method Static Method CreateAmazonSQSClient(AWSCredentials) Create a client for the Amazon SQS Service with AWSCredentials.
Public Method Static Method CreateAmazonSQSClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon SQS Service with AWSCredentials and region.
Public Method Static Method CreateAmazonSQSClient(AWSCredentials, AmazonSQSConfig) Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object.
Public Method Static Method 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="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonStorageGatewayClient(AmazonStorageGatewayConfig) Create a client for the Amazon StorageGateway Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonStorageGatewayClient(string, string) Create a client for the Amazon StorageGateway Service with the default configuration
Public Method Static Method CreateAmazonStorageGatewayClient(string, string, AmazonStorageGatewayConfig) Create a client for the Amazon StorageGateway Service with the specified configuration
Public Method Static Method CreateAmazonStorageGatewayClient(RegionEndpoint) Create a client for the Amazon StorageGateway Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
            
Public Method Static Method CreateAmazonStorageGatewayClient(string, string, RegionEndpoint) Create a client for the Amazon StorageGateway Service with the specified region
Public Method Static Method CreateAmazonStorageGatewayClient(AWSCredentials) Create a client for the Amazon StorageGateway Service with AWSCredentials.
Public Method Static Method CreateAmazonStorageGatewayClient(AWSCredentials, RegionEndpoint) Create a client for the Amazon StorageGateway Service with AWSCredentials and region.
Public Method Static Method CreateAmazonStorageGatewayClient(AWSCredentials, AmazonStorageGatewayConfig) Create a client for the Amazon StorageGateway Service with AWSCredentials and an AmazonStorageGateway Configuration object.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8