| Package | Description | 
|---|---|
| com.amazonaws.services.securitytoken.model | 
 Classes modeling the various types represented by AWSSecurityTokenService. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Credentials | 
GetSessionTokenResult.getCredentials()
The session credentials for API authentication. 
 | 
Credentials | 
GetFederationTokenResult.getCredentials()
Credentials for the service API authentication. 
 | 
Credentials | 
AssumeRoleWithWebIdentityResult.getCredentials()
The temporary security credentials, which include an access key ID, a
 secret access key, and a security token. 
 | 
Credentials | 
AssumeRoleWithSAMLResult.getCredentials()
AWS credentials for API authentication. 
 | 
Credentials | 
AssumeRoleResult.getCredentials()
The temporary security credentials, which include an access key ID, a
 secret access key, and a security (or session) token. 
 | 
Credentials | 
Credentials.withAccessKeyId(String accessKeyId)
The access key ID that identifies the temporary security credentials. 
 | 
Credentials | 
Credentials.withExpiration(Date expiration)
The date on which the current credentials expire. 
 | 
Credentials | 
Credentials.withSecretAccessKey(String secretAccessKey)
The secret access key that can be used to sign requests. 
 | 
Credentials | 
Credentials.withSessionToken(String sessionToken)
The token that users must pass to the service API to use the temporary
 credentials. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetSessionTokenResult.setCredentials(Credentials credentials)
The session credentials for API authentication. 
 | 
void | 
GetFederationTokenResult.setCredentials(Credentials credentials)
Credentials for the service API authentication. 
 | 
void | 
AssumeRoleWithWebIdentityResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
 secret access key, and a security token. 
 | 
void | 
AssumeRoleWithSAMLResult.setCredentials(Credentials credentials)
AWS credentials for API authentication. 
 | 
void | 
AssumeRoleResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
 secret access key, and a security (or session) token. 
 | 
GetSessionTokenResult | 
GetSessionTokenResult.withCredentials(Credentials credentials)
The session credentials for API authentication. 
 | 
GetFederationTokenResult | 
GetFederationTokenResult.withCredentials(Credentials credentials)
Credentials for the service API authentication. 
 | 
AssumeRoleWithWebIdentityResult | 
AssumeRoleWithWebIdentityResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
 secret access key, and a security token. 
 | 
AssumeRoleWithSAMLResult | 
AssumeRoleWithSAMLResult.withCredentials(Credentials credentials)
AWS credentials for API authentication. 
 | 
AssumeRoleResult | 
AssumeRoleResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
 secret access key, and a security (or session) token. 
 | 
Copyright © 2014. All rights reserved.