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 |
---|---|
UpdateUserAttributesResult |
AWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
UpdateUserAttributesResult |
AbstractAWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest request) |
UpdateUserAttributesResult |
AWSCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest request)
Allows a user to update a specific attribute (one at a time).
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
Allows a user to update a specific attribute (one at a time).
|
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateUserAttributesResult |
UpdateUserAttributesResult.clone() |
UpdateUserAttributesResult |
UpdateUserAttributesResult.withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
|
UpdateUserAttributesResult |
UpdateUserAttributesResult.withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)
The code delivery details list from the server for the request to update user attributes.
|
Copyright © 2018. All rights reserved.