Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient C# (CSharp) Метод

CreateAmazonSimpleNotificationServiceClient() публичный статический Метод

Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region.
public static CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonSimpleNotificationService
credentials AWSCredentials AWS Credentials
region RegionEndpoint The region to connect to.
Результат IAmazonSimpleNotificationService
        public static IAmazonSimpleNotificationService CreateAmazonSimpleNotificationServiceClient(AWSCredentials credentials, RegionEndpoint region)
        {
            return new AmazonSimpleNotificationServiceClient(credentials, region);
        }

Same methods

AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials ) : IAmazonSimpleNotificationService
AWSClientFactory::CreateAmazonSimpleNotificationServiceClient ( AWSCredentials credentials, AmazonSimpleNotificationServiceConfig config ) : 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