Package com.amazonaws.auth
Interface AWSRefreshableSessionCredentials
-
- All Superinterfaces:
AWSCredentials
,AWSSessionCredentials
- All Known Implementing Classes:
STSSessionCredentials
public interface AWSRefreshableSessionCredentials extends AWSSessionCredentials
Session credentials that can be refreshed upon request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refreshCredentials()
Forces a refresh of these session credentials.-
Methods inherited from interface com.amazonaws.auth.AWSCredentials
getAWSAccessKeyId, getAWSSecretKey
-
Methods inherited from interface com.amazonaws.auth.AWSSessionCredentials
getSessionToken
-
-