Uses of Class
com.amazonaws.services.cognitoidp.model.UpdateUserAttributesResult
-
Packages that use UpdateUserAttributesResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of UpdateUserAttributesResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return UpdateUserAttributesResult Modifier and Type Method Description UpdateUserAttributesResult
AbstractAWSCognitoIdentityProvider. updateUserAttributes(UpdateUserAttributesRequest request)
UpdateUserAttributesResult
AWSCognitoIdentityProvider. updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).UpdateUserAttributesResult
AWSCognitoIdentityProviderClient. updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).Method parameters in com.amazonaws.services.cognitoidp with type arguments of type UpdateUserAttributesResult Modifier and Type Method Description 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).Future<UpdateUserAttributesResult>
AWSCognitoIdentityProviderAsyncClient. updateUserAttributesAsync(UpdateUserAttributesRequest request, AsyncHandler<UpdateUserAttributesRequest,UpdateUserAttributesResult> asyncHandler)
-
Uses of UpdateUserAttributesResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UpdateUserAttributesResult Modifier and Type Method 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.
-