Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CodeDeliveryDetailsType
Packages that use CodeDeliveryDetailsType
-
Uses of CodeDeliveryDetailsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionfinal CodeDeliveryDetailsTypeForgotPasswordResponse.codeDeliveryDetails()Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.final CodeDeliveryDetailsTypeGetUserAttributeVerificationCodeResponse.codeDeliveryDetails()Information about the delivery destination of the user attribute verification code.final CodeDeliveryDetailsTypeResendConfirmationCodeResponse.codeDeliveryDetails()Information about the phone number or email address that Amazon Cognito sent the confirmation code to.final CodeDeliveryDetailsTypeSignUpResponse.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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionfinal List<CodeDeliveryDetailsType>UpdateUserAttributesResponse.codeDeliveryDetailsList()When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionForgotPasswordResponse.Builder.codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.GetUserAttributeVerificationCodeResponse.Builder.codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) Information about the delivery destination of the user attribute verification code.ResendConfirmationCodeResponse.Builder.codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) Information about the phone number or email address that Amazon Cognito sent the confirmation code to.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.UpdateUserAttributesResponse.Builder.codeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList) When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionUpdateUserAttributesResponse.Builder.codeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.