Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
SignUpResult |
AWSCognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest)
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> |
AWSCognitoIdentityProviderAsyncClient.signUpAsync(SignUpRequest request) |
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,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<SignUpResult> |
AWSCognitoIdentityProviderAsyncClient.signUpAsync(SignUpRequest request,
AsyncHandler<SignUpRequest,SignUpResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
SignUpResult |
SignUpResult.clone() |
SignUpResult |
SignUpResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
SignUpResult |
SignUpResult.withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
Copyright © 2018. All rights reserved.