Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient C# (CSharp) Method

CreateAmazonSimpleNotificationServiceClient() public static method

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials.
public static CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : IAmazonSimpleNotificationService
credentials AWSCredentials AWS Credentials
return IAmazonSimpleNotificationService
        public static IAmazonSimpleNotificationService CreateAmazonSimpleNotificationServiceClient(AWSCredentials credentials)
        {
            return new AmazonSimpleNotificationServiceClient(credentials);
        }

Same methods

AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( ) : 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, AmazonSimpleNotificationServiceConfig config ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonSimpleNotificationService