Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeleteUserResponse
Packages that use DeleteUserResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DeleteUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DeleteUserResponseModifier and TypeMethodDescriptiondefault DeleteUserResponseCognitoIdentityProviderClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) Deletes the profile of the currently signed-in user.default DeleteUserResponseCognitoIdentityProviderClient.deleteUser(DeleteUserRequest deleteUserRequest) Deletes the profile of the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DeleteUserResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteUserResponse>CognitoIdentityProviderAsyncClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) Deletes the profile of the currently signed-in user.default CompletableFuture<DeleteUserResponse>CognitoIdentityProviderAsyncClient.deleteUser(DeleteUserRequest deleteUserRequest) Deletes the profile of the currently signed-in user.