Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.AmazonSimpleNotificationServiceClient C# (CSharp) Method

AmazonSimpleNotificationServiceClient() public method

Constructs AmazonSimpleNotificationServiceClient with AWS Credentials
public AmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System
        public AmazonSimpleNotificationServiceClient(AWSCredentials credentials, RegionEndpoint region)
            : this(credentials, new AmazonSimpleNotificationServiceConfig{RegionEndpoint = region})
        {
        }

Same methods

AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig clientConfig ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( AmazonSimpleNotificationServiceConfig config ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( RegionEndpoint region ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig clientConfig ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonSimpleNotificationServiceConfig clientConfig ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonSimpleNotificationServiceClient