Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SignUpResponse
Packages that use SignUpResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SignUpResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return SignUpResponseModifier and TypeMethodDescriptiondefault SignUpResponseCognitoIdentityProviderClient.signUp(Consumer<SignUpRequest.Builder> signUpRequest) Registers a user with an app client and requests a user name, password, and user attributes in the user pool.default SignUpResponseCognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest) Registers a user with an app client and requests a user name, password, and user attributes in the user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type SignUpResponseModifier and TypeMethodDescriptiondefault CompletableFuture<SignUpResponse>CognitoIdentityProviderAsyncClient.signUp(Consumer<SignUpRequest.Builder> signUpRequest) Registers a user with an app client and requests a user name, password, and user attributes in the user pool.default CompletableFuture<SignUpResponse>CognitoIdentityProviderAsyncClient.signUp(SignUpRequest signUpRequest) Registers a user with an app client and requests a user name, password, and user attributes in the user pool.