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