com.amazonaws.auth
Interface AWSSessionCredentials

All Superinterfaces:
AWSCredentials
All Known Subinterfaces:
AWSRefreshableSessionCredentials
All Known Implementing Classes:
BasicSessionCredentials

public interface AWSSessionCredentials
extends AWSCredentials

AWS session credentials object.


Method Summary
 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.



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