| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
SignUpResult |
AWSCognitoIdentityProviderClient.signUp(SignUpRequest request)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
SignUpResult |
AWSCognitoIdentityProvider.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
SignUpResult |
AbstractAWSCognitoIdentityProvider.signUp(SignUpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SignUpResult> |
AbstractAWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest request) |
Future<SignUpResult> |
AWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
Future<SignUpResult> |
AWSCognitoIdentityProviderAsyncClient.signUpAsync(SignUpRequest request) |
Future<SignUpResult> |
AbstractAWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest request,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
Future<SignUpResult> |
AWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest signUpRequest,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
Future<SignUpResult> |
AWSCognitoIdentityProviderAsyncClient.signUpAsync(SignUpRequest request,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SignUpResult> |
AbstractAWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest request,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
Future<SignUpResult> |
AWSCognitoIdentityProviderAsync.signUpAsync(SignUpRequest signUpRequest,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler)
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
Future<SignUpResult> |
AWSCognitoIdentityProviderAsyncClient.signUpAsync(SignUpRequest request,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SignUpResult |
SignUpResult.clone() |
SignUpResult |
SignUpResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
|
SignUpResult |
SignUpResult.withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
|
SignUpResult |
SignUpResult.withUserSub(String userSub)
The UUID of the authenticated user.
|
Copyright © 2023. All rights reserved.