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