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

AmazonSimpleNotificationServiceClient() public method

Constructs AmazonSimpleNotificationServiceClient with AWS Credentials and an AmazonSimpleNotificationServiceClient Configuration object.
public AmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonSimpleNotificationServiceConfig The AmazonSimpleNotificationServiceClient Configuration Object
return System
        public AmazonSimpleNotificationServiceClient(AWSCredentials credentials, AmazonSimpleNotificationServiceConfig clientConfig)
            : base(credentials, clientConfig)
        {
        }

Same methods

AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : System
AmazonSimpleNotificationServiceClient::AmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : 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