Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient C# (CSharp) Method

CreateAmazonSimpleNotificationServiceClient() public static method

Create a client for the Amazon SimpleNotificationService Service with the specified configuration
public static CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonSimpleNotificationServiceConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
return IAmazonSimpleNotificationService
        public static IAmazonSimpleNotificationService CreateAmazonSimpleNotificationServiceClient(
            string awsAccessKey,
            string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig config
            )
        {
            return new AmazonSimpleNotificationServiceClient(awsAccessKey, awsSecretAccessKey, config);
        }

Same methods

AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( RegionEndpoint region ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleNotificationService