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<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
Allows a user to update a specific attribute (one at a time).
|
Modifier and Type | Method and Description |
---|---|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.addClientMetadataEntry(String key,
String value)
Add a single ClientMetadata entry
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.clone() |
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withAccessToken(String accessToken)
The access token for the request to update user attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.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.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
Copyright © 2021. All rights reserved.