public interface UpdateAttributesHandler
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Exception exception)
This is called when the request for verification code failed.
|
void |
onSuccess(java.util.List<CognitoUserCodeDeliveryDetails> attributesVerificationList)
This is called after the verification code was successfully sent.
|
void onSuccess(java.util.List<CognitoUserCodeDeliveryDetails> attributesVerificationList)
attributesVerificationList
- if an attribute that can be used as an alias is changed,
then the verification code for those attributes are automatically
sent after the successful update.
This list contains the verification code delivery details for
all such attributes.void onFailure(java.lang.Exception exception)
exception
for the
cause.exception
- REQUIRED: Failure details.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.