Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SignUpResponse
-
Packages that use SignUpResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 SignUpResponse Modifier and Type Method Description default 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 SignUpResponse Modifier and Type Method Description default 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.
-