public interface GetDetailsHandler
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Exception exception)
This method is called upon encountering errors during this operation.
|
void |
onSuccess(CognitoUserDetails cognitoUserDetails)
This method is called on successfully fetching user attributes.
|
void onSuccess(CognitoUserDetails cognitoUserDetails)
attributesList
contains all attributes set for the user.cognitoUserDetails
- contains the users' details retrieved from the Cognito Servicevoid onFailure(java.lang.Exception exception)
exception
for the cause of this exception.exception
- REQUIRED: Failure details.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.