Uses of Class
com.amazonaws.services.cognitoidp.model.CodeDeliveryDetailsType
Packages that use CodeDeliveryDetailsType
-
Uses of CodeDeliveryDetailsType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionCodeDeliveryDetailsType.clone()
ForgotPasswordResult.getCodeDeliveryDetails()
GetUserAttributeVerificationCodeResult.getCodeDeliveryDetails()
The code delivery details returned by the server response to get the user attribute verification code.ResendConfirmationCodeResult.getCodeDeliveryDetails()
SignUpResult.getCodeDeliveryDetails()
CodeDeliveryDetailsType.withAttributeName
(String attributeName) The name of the attribute in the code delivery details type.CodeDeliveryDetailsType.withDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).CodeDeliveryDetailsType.withDeliveryMedium
(String deliveryMedium) The delivery medium (email message or phone number).CodeDeliveryDetailsType.withDestination
(String destination) The destination for the code delivery details.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionUpdateUserAttributesResult.getCodeDeliveryDetailsList()
The code delivery details list from the server for the request to update user attributes.Methods in com.amazonaws.services.cognitoidp.model with parameters of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionvoid
ForgotPasswordResult.setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) void
GetUserAttributeVerificationCodeResult.setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) The code delivery details returned by the server response to get the user attribute verification code.void
ResendConfirmationCodeResult.setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) void
SignUpResult.setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) ForgotPasswordResult.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) GetUserAttributeVerificationCodeResult.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) The code delivery details returned by the server response to get the user attribute verification code.ResendConfirmationCodeResult.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) SignUpResult.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) UpdateUserAttributesResult.withCodeDeliveryDetailsList
(CodeDeliveryDetailsType... codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type CodeDeliveryDetailsTypeModifier and TypeMethodDescriptionvoid
UpdateUserAttributesResult.setCodeDeliveryDetailsList
(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.UpdateUserAttributesResult.withCodeDeliveryDetailsList
(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList) The code delivery details list from the server for the request to update user attributes.