
Icon | Member | Description |
---|---|---|
![]() | RefreshingSessionAWSCredentials(String, String) |
Constructs a RefreshingSessionAWSCredentials object.
The passed-in AmazonSecurityTokenService is used to refresh credentials.
|
![]() | RefreshingSessionAWSCredentials(String, String, AmazonSecurityTokenServiceConfig) |
Constructs a RefreshingSessionAWSCredentials object.
The passed-in AmazonSecurityTokenService is used to refresh credentials.
|
![]() | RefreshingSessionAWSCredentials(AmazonSecurityTokenService) |
Constructs a RefreshingSessionAWSCredentials object.
The passed-in AmazonSecurityTokenService is used to refresh credentials.
|
![]() | RefreshingSessionAWSCredentials(AWSCredentials) |
Constructs a RefreshingSessionAWSCredentials object.
AmazonSecurityTokenService is created from passed-in credentials and
is used to refresh credentials.
Passed-in AWSCredentials cannot be session credentials.
|
![]() | RefreshingSessionAWSCredentials(AWSCredentials, AmazonSecurityTokenServiceConfig) |
Constructs a RefreshingSessionAWSCredentials object.
AmazonSecurityTokenService is created from passed-in credentials and
config object and is used to refresh credentials.
Passed-in AWSCredentials cannot be session credentials.
|
![]() | RefreshingSessionAWSCredentials()()()() |
Constructs a RefreshingSessionAWSCredentials object.
AccessKey and SecretKey are taken from the app.config for the application.
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> |
![]() | RefreshingSessionAWSCredentials(AmazonSecurityTokenServiceConfig) |
Constructs a RefreshingSessionAWSCredentials object.
AccessKey and SecretKey are taken from the app.config for the application.
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> |