| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider | |
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Constructor and Description |
|---|
CognitoUserCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
Constructs this object with CodeDeliveryDetailsType.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ForgotPasswordResult.getCodeDeliveryDetails()
The code delivery details returned by the server in response to the
request to reset a password.
|
CodeDeliveryDetailsType |
GetUserAttributeVerificationCodeResult.getCodeDeliveryDetails()
The code delivery details returned by the server in response to the
request to get the user attribute verification 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 |
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.
|
void |
ForgotPasswordResult.setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to reset a password.
|
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.
|
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.
|
ForgotPasswordResult |
ForgotPasswordResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to reset a password.
|
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.
|
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.