Package com.amazonaws.auth
Interface AWSSessionCredentials
- All Superinterfaces:
AWSCredentials
- All Known Subinterfaces:
AWSRefreshableSessionCredentials
- All Known Implementing Classes:
BasicSessionCredentials
,STSSessionCredentials
AWS session credentials object.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the session token for this session.Methods inherited from interface com.amazonaws.auth.AWSCredentials
getAWSAccessKeyId, getAWSSecretKey
-
Method Details
-
getSessionToken
String getSessionToken()Returns the session token for this session.
-