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
 java.lang.String getSessionToken()
          Returns the session token for this session.
 
Methods inherited from interface com.amazonaws.auth.AWSCredentials
getAWSAccessKeyId, getAWSSecretKey
 

Method Detail

getSessionToken

java.lang.String getSessionToken()
Returns the session token for this session.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.