| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.clone() |
CodeDeliveryDetailsType |
GetUserAttributeVerificationCodeResult.getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to get the user attribute
verification code.
|
CodeDeliveryDetailsType |
ForgotPasswordResult.getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to reset a password.
|
CodeDeliveryDetailsType |
SignUpResult.getCodeDeliveryDetails()
The code delivery details returned by the server response to the user registration request.
|
CodeDeliveryDetailsType |
ResendConfirmationCodeResult.getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to resend the confirmation code.
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withAttributeName(String attributeName)
The attribute name.
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withDestination(String destination)
The destination for the code delivery details.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeDeliveryDetailsType> |
UpdateUserAttributesResult.getCodeDeliveryDetailsList()
The code delivery details list from the server for the request to update user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUserAttributeVerificationCodeResult.setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to get the user attribute
verification code.
|
void |
ForgotPasswordResult.setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to reset a password.
|
void |
SignUpResult.setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
|
void |
ResendConfirmationCodeResult.setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to resend the confirmation code.
|
GetUserAttributeVerificationCodeResult |
GetUserAttributeVerificationCodeResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to get the user attribute
verification code.
|
ForgotPasswordResult |
ForgotPasswordResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to reset a password.
|
SignUpResult |
SignUpResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
|
ResendConfirmationCodeResult |
ResendConfirmationCodeResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to resend the confirmation code.
|
UpdateUserAttributesResult |
UpdateUserAttributesResult.withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserAttributesResult.setCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
|
UpdateUserAttributesResult |
UpdateUserAttributesResult.withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
|
Copyright © 2020. All rights reserved.