
Icon | Member | Description |
---|---|---|
![]() | 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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonSimpleNotificationServiceClient(RegionEndpoint) |
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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonSimpleNotificationServiceClient(AmazonSimpleNotificationServiceConfig) |
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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonSimpleNotificationServiceClient(String, String) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleNotificationServiceClient(String, String, RegionEndpoint) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleNotificationServiceClient(String, String, AmazonSimpleNotificationServiceConfig) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleNotificationService Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|
![]() | AmazonSimpleNotificationServiceClient(String, SecureString, RegionEndpoint) |
Constructs an AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleNotificationService Configuration object
|
![]() | AmazonSimpleNotificationServiceClient(AWSCredentials) |
Constructs an AmazonSimpleNotificationServiceClient with AWSCredentials
|
![]() | AmazonSimpleNotificationServiceClient(AWSCredentials, RegionEndpoint) |
Constructs an AmazonSimpleNotificationServiceClient with AWSCredentials
|
![]() | AmazonSimpleNotificationServiceClient(AWSCredentials, AmazonSimpleNotificationServiceConfig) |
Constructs an AmazonSimpleNotificationServiceClient with AWSCredentials and an
AmazonSimpleNotificationService Configuration object
|
![]() | AmazonSimpleNotificationServiceClient(String, String, String) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleNotificationServiceClient(String, String, String, RegionEndpoint) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonSimpleNotificationServiceClient(String, String, String, AmazonSimpleNotificationServiceConfig) |
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an
AmazonSimpleNotificationServiceConfig Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|