public final class SignUpResult
extends java.lang.Object
| Constructor and Description | 
|---|
| SignUpResult(boolean signUpConfirmationState,
            UserCodeDeliveryDetails cognitoUserCodeDeliveryDetails,
            java.lang.String userSub) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getConfirmationState()if true, no further action is necessary | 
| UserCodeDeliveryDetails | getUserCodeDeliveryDetails()Determine where the confirmation code was sent | 
| java.lang.String | getUserSub() | 
public SignUpResult(boolean signUpConfirmationState,
                    UserCodeDeliveryDetails cognitoUserCodeDeliveryDetails,
                    java.lang.String userSub)
public java.lang.String getUserSub()
public boolean getConfirmationState()
public UserCodeDeliveryDetails getUserCodeDeliveryDetails()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.