Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity.
|
Modifier and Type | Method and Description |
---|---|
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 credentials
|
Credentials |
Credentials.withSessionToken(String sessionToken)
The Session Token portion of the credentials
|
Modifier and Type | Method and Description |
---|---|
void |
GetCredentialsForIdentityResult.setCredentials(Credentials credentials)
Credentials for the provided identity ID.
|
GetCredentialsForIdentityResult |
GetCredentialsForIdentityResult.withCredentials(Credentials credentials)
Credentials for the provided identity ID.
|
Copyright © 2016. All rights reserved.