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

AmazonSimpleNotificationServiceClient() public method

Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationServiceClient Configuration object.
public AmazonSimpleNotificationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonSimpleNotificationServiceConfig The AmazonSimpleNotificationServiceClient Configuration Object
return System
        public AmazonSimpleNotificationServiceClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonSimpleNotificationServiceConfig clientConfig)
            : base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
        {
        }

Same methods

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