Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserAttributesResponse
Packages that use DeleteUserAttributesResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteUserAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteUserAttributesResponseModifier and TypeMethodDescriptiondefault DeleteUserAttributesResponseCognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.default DeleteUserAttributesResponseCognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteUserAttributesResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.CognitoIdentityProviderAsyncClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.