Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
Future<AddCustomAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest request,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler) |
Future<AddCustomAttributesResult> |
AWSCognitoIdentityProviderAsync.addCustomAttributesAsync(AddCustomAttributesRequest addCustomAttributesRequest,
AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
Adds additional user attributes to the user pool schema.
|
Modifier and Type | Method and Description |
---|---|
AddCustomAttributesRequest |
AddCustomAttributesRequest.clone() |
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 © 2021. All rights reserved.