
Icon | Member | Description |
---|---|---|
![]() | AmazonElasticBeanstalkClient()()()() |
Constructs AmazonElasticBeanstalkClient 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> |
![]() | AmazonElasticBeanstalkClient(RegionEndpoint) |
Constructs AmazonElasticBeanstalkClient 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> |
![]() | AmazonElasticBeanstalkClient(AmazonElasticBeanstalkConfig) |
Constructs AmazonElasticBeanstalkClient 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> |
![]() | AmazonElasticBeanstalkClient(AWSCredentials) |
Constructs AmazonElasticBeanstalkClient with AWS Credentials
|
![]() | AmazonElasticBeanstalkClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonElasticBeanstalkClient with AWS Credentials
|
![]() | AmazonElasticBeanstalkClient(AWSCredentials, AmazonElasticBeanstalkConfig) |
Constructs AmazonElasticBeanstalkClient with AWS Credentials and an
AmazonElasticBeanstalkClient Configuration object.
|
![]() | AmazonElasticBeanstalkClient(String, String) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonElasticBeanstalkClient(String, String, RegionEndpoint) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonElasticBeanstalkClient(String, String, AmazonElasticBeanstalkConfig) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID, AWS Secret Key and an
AmazonElasticBeanstalkClient Configuration object.
|
![]() | AmazonElasticBeanstalkClient(String, String, String) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonElasticBeanstalkClient(String, String, String, RegionEndpoint) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonElasticBeanstalkClient(String, String, String, AmazonElasticBeanstalkConfig) |
Constructs AmazonElasticBeanstalkClient with AWS Access Key ID, AWS Secret Key and an
AmazonElasticBeanstalkClient Configuration object.
|