android - How to search Amazon Cognito Identity? -


in android application, setting cognito identity follows:

dataset dataset = ....syncclient.openorcreatedataset("whatever"); dataset.put("name", name); dataset.put("email", email); 

as result identity id created in format:

us-east-1:1xxxxxx-999d-999x-nnnx-fxxxxxxxxxxx 

the identity browser on aws web console allows 1 search identity id.

now want search identity email (because that's know user). how can search identity email in amazon web-console?

alternatively, can set email id identity id - if yes, how?

as of now, way search identity on console identity id. have heard request other customers make easier search factor , consider in future updates service.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -