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