Uses of Class
com.amazonaws.services.securitytoken.model.Credentials
Packages that use Credentials
-
Uses of Credentials in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return CredentialsModifier and TypeMethodDescriptionCredentials.clone()
AssumeRoleResult.getCredentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSAMLResult.getCredentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithWebIdentityResult.getCredentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security token.GetFederationTokenResult.getCredentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.GetSessionTokenResult.getCredentials()
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.Credentials.withAccessKeyId
(String accessKeyId) The access key ID that identifies the temporary security credentials.Credentials.withExpiration
(Date expiration) The date on which the current credentials expire.Credentials.withSecretAccessKey
(String secretAccessKey) The secret access key that can be used to sign requests.Credentials.withSessionToken
(String sessionToken) The token that users must pass to the service API to use the temporary credentials.Methods in com.amazonaws.services.securitytoken.model with parameters of type CredentialsModifier and TypeMethodDescriptionvoid
AssumeRoleResult.setCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.void
AssumeRoleWithSAMLResult.setCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.void
AssumeRoleWithWebIdentityResult.setCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.void
GetFederationTokenResult.setCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.void
GetSessionTokenResult.setCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleResult.withCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSAMLResult.withCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithWebIdentityResult.withCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.GetFederationTokenResult.withCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.GetSessionTokenResult.withCredentials
(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.