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 |
---|---|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(Collection<String> developerUserIdentifierList)
This is the list of developer user identifiers associated with an
identity ID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withDeveloperUserIdentifierList(String... developerUserIdentifierList)
This is the list of developer user identifiers associated with an
identity ID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.withNextToken(String nextToken)
A pagination token.
|
Copyright © 2019. All rights reserved.