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 CredentialsCredentials. clone()CredentialsGetCredentialsForIdentityResult. getCredentials()Credentials for the provided identity ID.CredentialsCredentials. withAccessKeyId(String accessKeyId)The Access Key portion of the credentials.CredentialsCredentials. withExpiration(Date expiration)The date at which these credentials will expire.CredentialsCredentials. withSecretKey(String secretKey)The Secret Access Key portion of the credentialsCredentialsCredentials. 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 voidGetCredentialsForIdentityResult. setCredentials(Credentials credentials)Credentials for the provided identity ID.GetCredentialsForIdentityResultGetCredentialsForIdentityResult. withCredentials(Credentials credentials)Credentials for the provided identity ID.
-