Uses of Class
com.amazonaws.services.cognitoidp.model.ResendConfirmationCodeRequest
-
Packages that use ResendConfirmationCodeRequest Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ResendConfirmationCodeRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ResendConfirmationCodeRequest Modifier and Type Method Description ResendConfirmationCodeResultAbstractAWSCognitoIdentityProvider. resendConfirmationCode(ResendConfirmationCodeRequest request)ResendConfirmationCodeResultAWSCognitoIdentityProvider. resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)Resends the confirmation (for confirmation of registration) to a specific user in the user pool.ResendConfirmationCodeResultAWSCognitoIdentityProviderClient. resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)Resends the confirmation (for confirmation of registration) to a specific user in the user pool.Future<ResendConfirmationCodeResult>AbstractAWSCognitoIdentityProviderAsync. resendConfirmationCodeAsync(ResendConfirmationCodeRequest request)Future<ResendConfirmationCodeResult>AbstractAWSCognitoIdentityProviderAsync. resendConfirmationCodeAsync(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler)Future<ResendConfirmationCodeResult>AWSCognitoIdentityProviderAsync. resendConfirmationCodeAsync(ResendConfirmationCodeRequest resendConfirmationCodeRequest)Resends the confirmation (for confirmation of registration) to a specific user in the user pool.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)Future<ResendConfirmationCodeResult>AWSCognitoIdentityProviderAsyncClient. resendConfirmationCodeAsync(ResendConfirmationCodeRequest request, AsyncHandler<ResendConfirmationCodeRequest,ResendConfirmationCodeResult> asyncHandler)Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ResendConfirmationCodeRequest Modifier and Type Method 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) -
Uses of ResendConfirmationCodeRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ResendConfirmationCodeRequest Modifier and Type Method Description ResendConfirmationCodeRequestResendConfirmationCodeRequest. clone()ResendConfirmationCodeRequestResendConfirmationCodeRequest. withClientId(String clientId)The ID of the client associated with the user pool.ResendConfirmationCodeRequestResendConfirmationCodeRequest. withSecretHash(String secretHash)A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.ResendConfirmationCodeRequestResendConfirmationCodeRequest. withUsername(String username)The user name of the user to whom you wish to resend a confirmation code.
-