Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.AmazonSimpleNotificationServiceClient C# (CSharp) Метод

AmazonSimpleNotificationServiceClient() публичный Метод

Constructs AmazonSimpleNotificationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonSimpleNotificationServiceClient ( ) : System
Результат System
        public AmazonSimpleNotificationServiceClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonSimpleNotificationServiceConfig()) { }

Same methods

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, 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