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