Uses of Class
com.amazonaws.services.cognitoidentity.model.LookupDeveloperIdentityResult
-
Packages that use LookupDeveloperIdentityResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of LookupDeveloperIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return LookupDeveloperIdentityResult Modifier and Type Method Description LookupDeveloperIdentityResult
AbstractAmazonCognitoIdentity. lookupDeveloperIdentity(LookupDeveloperIdentityRequest request)
LookupDeveloperIdentityResult
AmazonCognitoIdentity. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity.LookupDeveloperIdentityResult
AmazonCognitoIdentityClient. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)
Retrieves theIdentityID
associated with aDeveloperUserIdentifier
or the list ofDeveloperUserIdentifier
s associated with anIdentityId
for an existing identity. -
Uses of LookupDeveloperIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return LookupDeveloperIdentityResult Modifier and Type Method Description LookupDeveloperIdentityResult
LookupDeveloperIdentityResult. clone()
LookupDeveloperIdentityResult
LookupDeveloperIdentityResult. withDeveloperUserIdentifierList(String... developerUserIdentifierList)
This is the list of developer user identifiers associated with an identity ID.LookupDeveloperIdentityResult
LookupDeveloperIdentityResult. withDeveloperUserIdentifierList(Collection<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.
-