AWS SDK for .NET Documentation
CreateAmazonSNSClient Method
AmazonAmazonAWSClientFactoryCreateAmazonSNSClient()()()() Did this page help you?   Yes   No    Tell us about it...
Members
IconMemberDescription
CreateAmazonSNSClient()()()()
Create a client for the Amazon SNS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. 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>

CreateAmazonSNSClient(AmazonSimpleNotificationServiceConfig)
Create a client for the Amazon SNS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. 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>

CreateAmazonSNSClient(String, String)
Create a client for the Amazon SNS service with the default configuration

CreateAmazonSNSClient(String, String, AmazonSimpleNotificationServiceConfig)
Create a client for the Amazon SNS service with the specified configuration

CreateAmazonSNSClient(RegionEndpoint)
Create a client for the Amazon SNS Service with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. 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>

CreateAmazonSNSClient(String, String, RegionEndpoint)
Create a client for the Amazon SNS Service with the specified region

CreateAmazonSNSClient(AWSCredentials)
Create a client for the Amazon SNS Service with AWSCredentials.

CreateAmazonSNSClient(AWSCredentials, RegionEndpoint)
Create a client for the Amazon SNS Service with AWSCredentials and region.

CreateAmazonSNSClient(AWSCredentials, AmazonSimpleNotificationServiceConfig)
Create a client for the Amazon SNS Service with AWSCredentials and an AmazonSNS Configuration object.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)