| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserAttributesResult |
AmazonCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
UpdateUserAttributesResult |
AmazonCognitoIdentityProvider.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.