static SignUpResponse.Builder |
SignUpResponse.builder() |
|
default SignUpResponse.Builder |
SignUpResponse.Builder.codeDeliveryDetails(Consumer<CodeDeliveryDetailsType.Builder> codeDeliveryDetails) |
In user pools that automatically verify and confirm new users, Amazon Cognito sends users a message with a
code or link that confirms ownership of the phone number or email address that they entered.
|
SignUpResponse.Builder |
SignUpResponse.Builder.codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
In user pools that automatically verify and confirm new users, Amazon Cognito sends users a message with a
code or link that confirms ownership of the phone number or email address that they entered.
|
SignUpResponse.Builder |
SignUpResponse.Builder.session(String session) |
A session Id that you can pass to ConfirmSignUp when you want to immediately sign in your user
with the USER_AUTH flow after they complete sign-up.
|
SignUpResponse.Builder |
SignUpResponse.toBuilder() |
|
SignUpResponse.Builder |
SignUpResponse.Builder.userConfirmed(Boolean userConfirmed) |
Indicates whether the user was automatically confirmed.
|
SignUpResponse.Builder |
SignUpResponse.Builder.userSub(String userSub) |
The unique identifier of the new user, for example a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
|