| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
SignUpResult |
AmazonCognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name,
password, and user attributes.
|
SignUpResult |
AmazonCognitoIdentityProvider.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name,
password, and user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
SignUpRequest |
SignUpRequest.addClientMetadataEntry(String key,
String value)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
SignUpRequest |
SignUpRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
SignUpRequest |
SignUpRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata for collecting metrics for
SignUp calls. |
SignUpRequest |
SignUpRequest.withClientId(String clientId)
The ID of the client associated with the user pool.
|
SignUpRequest |
SignUpRequest.withClientMetadata(Map<String,String> clientMetadata)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
SignUpRequest |
SignUpRequest.withPassword(String password)
The password of the user you wish to register.
|
SignUpRequest |
SignUpRequest.withSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the
secret key of a user pool client and username plus the client ID in the
message.
|
SignUpRequest |
SignUpRequest.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
SignUpRequest |
SignUpRequest.withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
SignUpRequest |
SignUpRequest.withUserContextData(UserContextDataType userContextData)
Contextual data such as the user's device fingerprint, IP address, or
location used for evaluating the risk of an unexpected event by Amazon
Cognito advanced security.
|
SignUpRequest |
SignUpRequest.withUsername(String username)
The user name of the user you wish to register.
|
SignUpRequest |
SignUpRequest.withValidationData(AttributeType... validationData)
The validation data in the request to register a user.
|
SignUpRequest |
SignUpRequest.withValidationData(Collection<AttributeType> validationData)
The validation data in the request to register a user.
|
Copyright © 2020. All rights reserved.