| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserAttributesResult |
AWSCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest request)
With this operation, your users can update one or more of their attributes with their own credentials.
|
UpdateUserAttributesResult |
AWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
With this operation, your users can update one or more of their attributes with their own credentials.
|
UpdateUserAttributesResult |
AbstractAWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
With this operation, your users can update one or more of their attributes with their own credentials.
|
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 © 2024. All rights reserved.