Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ConfirmSignUpResponse
-
Packages that use ConfirmSignUpResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of ConfirmSignUpResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ConfirmSignUpResponse Modifier and Type Method Description default ConfirmSignUpResponseCognitoIdentityProviderClient. confirmSignUp(Consumer<ConfirmSignUpRequest.Builder> confirmSignUpRequest)This public API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool via the SignUp API operation.default ConfirmSignUpResponseCognitoIdentityProviderClient. confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest)This public API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool via the SignUp API operation.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ConfirmSignUpResponse Modifier and Type Method Description default CompletableFuture<ConfirmSignUpResponse>CognitoIdentityProviderAsyncClient. confirmSignUp(Consumer<ConfirmSignUpRequest.Builder> confirmSignUpRequest)This public API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool via the SignUp API operation.default CompletableFuture<ConfirmSignUpResponse>CognitoIdentityProviderAsyncClient. confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest)This public API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool via the SignUp API operation.
-