com.amazonaws.auth
Interface AWSRefreshableSessionCredentials

All Superinterfaces:
AWSCredentials, AWSSessionCredentials

public interface AWSRefreshableSessionCredentials
extends AWSSessionCredentials

Session credentials that can be refreshed upon request.


Method Summary
 void refreshCredentials()
          Forces a refresh of these session credentials.
 
Methods inherited from interface com.amazonaws.auth.AWSSessionCredentials
getSessionToken
 
Methods inherited from interface com.amazonaws.auth.AWSCredentials
getAWSAccessKeyId, getAWSSecretKey
 

Method Detail

refreshCredentials

void refreshCredentials()
Forces a refresh of these session credentials.



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