| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeResult |
AWSCognitoIdentityProvider.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
ResendConfirmationCodeResult |
AbstractAWSCognitoIdentityProvider.resendConfirmationCode(ResendConfirmationCodeRequest request) |
ResendConfirmationCodeResult |
AWSCognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest request)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ResendConfirmationCodeResult> |
AWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest resendConfirmationCodeRequest,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
Future<ResendConfirmationCodeResult> |
AWSCognitoIdentityProviderAsyncClient.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
Future<ResendConfirmationCodeResult> |
AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeResult |
ResendConfirmationCodeResult.clone() |
ResendConfirmationCodeResult |
ResendConfirmationCodeResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to resend the confirmation code.
|
Copyright © 2020. All rights reserved.