Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity.
|
Modifier and Type | Method and Description |
---|---|
GetIdResult |
AmazonCognitoIdentity.getId(GetIdRequest getIdRequest) |
GetIdResult |
AmazonCognitoIdentityClient.getId(GetIdRequest getIdRequest) |
Modifier and Type | Method and Description |
---|---|
GetIdRequest |
GetIdRequest.addLoginsEntry(String key,
String value)
Sets the value of the Logins property for this object.
|
GetIdRequest |
GetIdRequest.clearLoginsEntries()
Removes all the entries added into Logins.
|
GetIdRequest |
GetIdRequest.withAccountId(String accountId)
Sets the value of the AccountId property for this object.
|
GetIdRequest |
GetIdRequest.withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
GetIdRequest |
GetIdRequest.withLogins(Map<String,String> logins)
Sets the value of the Logins property for this object.
|
Copyright © 2015. All rights reserved.