Package | Description |
---|---|
software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
software.amazon.awssdk.services.cognitoidentityprovider.transform |
Modifier and Type | Method and Description |
---|---|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
default CompletableFuture<ResendConfirmationCodeResponse> |
CognitoIdentityProviderAsyncClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
ResendConfirmationCodeRequestMarshaller.marshall(ResendConfirmationCodeRequest resendConfirmationCodeRequest) |
Copyright © 2023. All rights reserved.