Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityResult |
AmazonCognitoIdentityClient.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier values associated with an
IdentityId for an existing identity. |
LookupDeveloperIdentityResult |
AmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves the
IdentityID associated with a
DeveloperUserIdentifier or the list of
DeveloperUserIdentifier values associated with an
IdentityId for an existing identity. |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
LookupDeveloperIdentityRequest |
LookupDeveloperIdentityRequest.withNextToken(String nextToken)
A pagination token.
|
Copyright © 2019. All rights reserved.