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