Overload List

NameDescription
CreateAmazonElasticLoadBalancingClient()()()()
Create a client for the Amazon ElasticLoadBalancing Service with the credentials defined in the App.config. Example App.config with credentials set.
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>
CreateAmazonElasticLoadBalancingClient(AmazonElasticLoadBalancingConfig)
Create a client for the Amazon ElasticLoadBalancing Service with the credentials defined in the App.config. Example App.config with credentials set.
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>
CreateAmazonElasticLoadBalancingClient(String, String)
Create a client for the Amazon Elastic Load Balancing service with the default configuration
CreateAmazonElasticLoadBalancingClient(String, String, AmazonElasticLoadBalancingConfig)
Create a client for the Amazon Elastic Load Balancing service with the specified configuration

See Also