
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonSimpleEmailServiceClient()()()() |
Create a client for the Amazon SimpleEmailService Service 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String) |
Create a client for the Amazon SimpleEmailService Service with the default configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, String, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with the specified configuration
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service 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> |
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with the specified region
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials.
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonSimpleEmailServiceClient(AWSCredentials, AmazonSimpleEmailServiceConfig) |
Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object.
|