|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.BasicSessionCredentials
public class BasicSessionCredentials
Simple session credentials with keys and session token.
Constructor Summary | |
---|---|
BasicSessionCredentials(String awsAccessKey,
String awsSecretKey,
String sessionToken)
|
Method Summary | |
---|---|
String |
getAWSAccessKeyId()
Returns the AWS access key ID for this credentials object. |
String |
getAWSSecretKey()
Returns the AWS secret access key for this credentials object. |
String |
getSessionToken()
Returns the session token for this session. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicSessionCredentials(String awsAccessKey, String awsSecretKey, String sessionToken)
Method Detail |
---|
public String getAWSAccessKeyId()
AWSCredentials
getAWSAccessKeyId
in interface AWSCredentials
public String getAWSSecretKey()
AWSCredentials
getAWSSecretKey
in interface AWSCredentials
public String getSessionToken()
AWSSessionCredentials
getSessionToken
in interface AWSSessionCredentials
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |