Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CodeDeliveryDetailsType
-
Packages that use CodeDeliveryDetailsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CodeDeliveryDetailsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CodeDeliveryDetailsType Modifier and Type Method Description CodeDeliveryDetailsTypeForgotPasswordResponse. codeDeliveryDetails()Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.CodeDeliveryDetailsTypeGetUserAttributeVerificationCodeResponse. codeDeliveryDetails()Information about the delivery destination of the user attribute verification code.CodeDeliveryDetailsTypeResendConfirmationCodeResponse. codeDeliveryDetails()Information about the phone number or email address that Amazon Cognito sent the confirmation code to.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 CodeDeliveryDetailsType Modifier and Type Method Description 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 CodeDeliveryDetailsType Modifier and Type Method Description ForgotPasswordResponse.BuilderForgotPasswordResponse.Builder. codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.GetUserAttributeVerificationCodeResponse.BuilderGetUserAttributeVerificationCodeResponse.Builder. codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)Information about the delivery destination of the user attribute verification code.ResendConfirmationCodeResponse.BuilderResendConfirmationCodeResponse.Builder. codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)Information about the phone number or email address that Amazon Cognito sent the confirmation code to.SignUpResponse.BuilderSignUpResponse.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.BuilderUpdateUserAttributesResponse.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 CodeDeliveryDetailsType Modifier and Type Method Description UpdateUserAttributesResponse.BuilderUpdateUserAttributesResponse.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.
-