Uses of Class
com.amazonaws.services.cognitoidentity.model.Credentials
Packages that use Credentials
-
Uses of Credentials in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return CredentialsModifier and TypeMethodDescriptionCredentials.clone()
GetCredentialsForIdentityResult.getCredentials()
Credentials for the provided identity ID.Credentials.withAccessKeyId
(String accessKeyId) The Access Key portion of the credentials.Credentials.withExpiration
(Date expiration) The date at which these credentials will expire.Credentials.withSecretKey
(String secretKey) The Secret Access Key portion of the credentialsCredentials.withSessionToken
(String sessionToken) The Session Token portion of the credentialsMethods in com.amazonaws.services.cognitoidentity.model with parameters of type CredentialsModifier and TypeMethodDescriptionvoid
GetCredentialsForIdentityResult.setCredentials
(Credentials credentials) Credentials for the provided identity ID.GetCredentialsForIdentityResult.withCredentials
(Credentials credentials) Credentials for the provided identity ID.