| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ResendConfirmationCodeResult |
AWSCognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest request)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<ResendConfirmationCodeResult> |
AbstractAWSCognitoIdentityProviderAsync.resendConfirmationCodeAsync(ResendConfirmationCodeRequest request,
AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler) |
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) |
| 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 © 2023. All rights reserved.