Uses of Class
com.amazonaws.services.cognitoidp.model.UpdateUserAttributesRequest
Packages that use UpdateUserAttributesRequest
-
Uses of UpdateUserAttributesRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type UpdateUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.updateUserAttributes
(UpdateUserAttributesRequest request) AWSCognitoIdentityProvider.updateUserAttributes
(UpdateUserAttributesRequest updateUserAttributesRequest) Allows a user to update a specific attribute (one at a time).AWSCognitoIdentityProviderClient.updateUserAttributes
(UpdateUserAttributesRequest updateUserAttributesRequest) Allows a user to update a specific attribute (one at a time).AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest request) AbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest request, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest updateUserAttributesRequest) Allows a user to update a specific attribute (one at a time).AWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest updateUserAttributesRequest, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) Allows a user to update a specific attribute (one at a time).AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync
(UpdateUserAttributesRequest request) AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync
(UpdateUserAttributesRequest request, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type UpdateUserAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest request, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.updateUserAttributesAsync
(UpdateUserAttributesRequest updateUserAttributesRequest, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) Allows a user to update a specific attribute (one at a time).AWSCognitoIdentityProviderAsyncClient.updateUserAttributesAsync
(UpdateUserAttributesRequest request, AsyncHandler<UpdateUserAttributesRequest, UpdateUserAttributesResult> asyncHandler) -
Uses of UpdateUserAttributesRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UpdateUserAttributesRequestModifier and TypeMethodDescriptionUpdateUserAttributesRequest.clone()
UpdateUserAttributesRequest.withAccessToken
(String accessToken) The access token for the request to update user attributes.UpdateUserAttributesRequest.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.