Uses of Class
com.amazonaws.services.cognitoidp.model.ResendConfirmationCodeResult
-
Packages that use ResendConfirmationCodeResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ResendConfirmationCodeResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ResendConfirmationCodeResult Modifier and Type Method Description ResendConfirmationCodeResult
AbstractAWSCognitoIdentityProvider. resendConfirmationCode(ResendConfirmationCodeRequest request)
ResendConfirmationCodeResult
AWSCognitoIdentityProvider. resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.ResendConfirmationCodeResult
AWSCognitoIdentityProviderClient. resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest)
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ResendConfirmationCodeResult 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 ResendConfirmationCodeResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ResendConfirmationCodeResult Modifier and Type Method Description ResendConfirmationCodeResult
ResendConfirmationCodeResult. clone()
ResendConfirmationCodeResult
ResendConfirmationCodeResult. withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
-