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