| 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 |
AbstractAWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest request) |
UpdateUserAttributesResult |
AWSCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
With this operation, your users can update one or more of their attributes with their own credentials.
|
UpdateUserAttributesResult |
AWSCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest request)
With this operation, your users can update one or more of their attributes with their own credentials.
|
Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request) |
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync(UpdateUserAttributesRequest request) |
Future<UpdateUserAttributesResult> |
AWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest updateUserAttributesRequest)
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) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserAttributesResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync(UpdateUserAttributesRequest request,
AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler) |
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.
|
| 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)
A valid access token that Amazon Cognito issued to the user whose user attributes you want to update.
|
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
initiates.
|
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 © 2024. All rights reserved.