| 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 |
|---|---|
AddCustomAttributesResult |
AmazonCognitoIdentityProviderClient.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
AddCustomAttributesResult |
AmazonCognitoIdentityProvider.addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.
|
| Modifier and Type | Method and Description |
|---|---|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withCustomAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withCustomAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest |
AddCustomAttributesRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom
attributes.
|
Copyright © 2020. All rights reserved.