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