Overload List

NameDescription
CreateAmazonAutoScalingClient()()()()
Create a client for the Amazon AutoScaling 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>
CreateAmazonAutoScalingClient(AmazonAutoScalingConfig)
Create a client for the Amazon AutoScaling 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>
CreateAmazonAutoScalingClient(String, String)
Create a client for the Amazon Auto Scaling service with the default configuration
CreateAmazonAutoScalingClient(String, String, AmazonAutoScalingConfig)
Create a client for the Amazon Auto Scaling service with the specified configuration

See Also