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 LookupDeveloperIdentityResultAbstractAmazonCognitoIdentity. lookupDeveloperIdentity(LookupDeveloperIdentityRequest request)LookupDeveloperIdentityResultAmazonCognitoIdentity. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor an existing identity.LookupDeveloperIdentityResultAmazonCognitoIdentityClient. lookupDeveloperIdentity(LookupDeveloperIdentityRequest lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiers associated with anIdentityIdfor 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 LookupDeveloperIdentityResultLookupDeveloperIdentityResult. clone()LookupDeveloperIdentityResultLookupDeveloperIdentityResult. withDeveloperUserIdentifierList(String... developerUserIdentifierList)This is the list of developer user identifiers associated with an identity ID.LookupDeveloperIdentityResultLookupDeveloperIdentityResult. withDeveloperUserIdentifierList(Collection<String> developerUserIdentifierList)This is the list of developer user identifiers associated with an identity ID.LookupDeveloperIdentityResultLookupDeveloperIdentityResult. withIdentityId(String identityId)A unique identifier in the format REGION:GUID.LookupDeveloperIdentityResultLookupDeveloperIdentityResult. withNextToken(String nextToken)A pagination token.
-