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)Confirms the account of a new user.default ConfirmSignUpResponseCognitoIdentityProviderClient. confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest)Confirms the account of a new user.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)Confirms the account of a new user.default CompletableFuture<ConfirmSignUpResponse>CognitoIdentityProviderAsyncClient. confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest)Confirms the account of a new user.
-