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 the user in the specified user pool and creates a user name, password, and user attributes.default SignUpResponseCognitoIdentityProviderClient. signUp(SignUpRequest signUpRequest)Registers the user in the specified user pool and creates a user name, password, and user attributes.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 the user in the specified user pool and creates a user name, password, and user attributes.default CompletableFuture<SignUpResponse>CognitoIdentityProviderAsyncClient. signUp(SignUpRequest signUpRequest)Registers the user in the specified user pool and creates a user name, password, and user attributes.
-