Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SignUpResponse.Builder
Packages that use SignUpResponse.Builder
-
Uses of SignUpResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SignUpResponse.BuilderModifier and TypeMethodDescriptionstatic SignUpResponse.BuilderSignUpResponse.builder()default SignUpResponse.BuilderSignUpResponse.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.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.A session Id that you can pass toConfirmSignUpwhen you want to immediately sign in your user with theUSER_AUTHflow after they complete sign-up.SignUpResponse.toBuilder()SignUpResponse.Builder.userConfirmed(Boolean userConfirmed) Indicates whether the user was automatically confirmed.The unique identifier of the new user, for examplea1b2c3d4-5678-90ab-cdef-EXAMPLE11111.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SignUpResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SignUpResponse.Builder>SignUpResponse.serializableBuilderClass()