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