Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityResult |
AbstractAmazonCognitoIdentity.lookupDeveloperIdentity(LookupDeveloperIdentityRequest request) |
LookupDeveloperIdentityResult |
AmazonCognitoIdentityClient.lookupDeveloperIdentity(LookupDeveloperIdentityRequest request)
Retrieves the
IdentityID associated with a DeveloperUserIdentifier or the list of
DeveloperUserIdentifier s 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 s associated with an IdentityId for an existing identity. |
Modifier and Type | Method and Description |
---|---|
LookupDeveloperIdentityResult |
LookupDeveloperIdentityResult.clone() |
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 © 2017. All rights reserved.