Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUpdateUserAttributesResponse
Packages that use AdminUpdateUserAttributesResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminUpdateUserAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminUpdateUserAttributesResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest) Updates the specified user's attributes.CognitoIdentityProviderClient.adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest) Updates the specified user's attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminUpdateUserAttributesResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest) Updates the specified user's attributes.CognitoIdentityProviderAsyncClient.adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest) Updates the specified user's attributes.