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 UpdateUserAttributesResultAbstractAWSCognitoIdentityProvider. updateUserAttributes(UpdateUserAttributesRequest request)UpdateUserAttributesResultAWSCognitoIdentityProvider. updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)Allows a user to update a specific attribute (one at a time).UpdateUserAttributesResultAWSCognitoIdentityProviderClient. 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 UpdateUserAttributesResultUpdateUserAttributesResult. clone()UpdateUserAttributesResultUpdateUserAttributesResult. withCodeDeliveryDetailsList(CodeDeliveryDetailsType... codeDeliveryDetailsList)The code delivery details list from the server for the request to update user attributes.UpdateUserAttributesResultUpdateUserAttributesResult. withCodeDeliveryDetailsList(Collection<CodeDeliveryDetailsType> codeDeliveryDetailsList)The code delivery details list from the server for the request to update user attributes.
-